Skip to content

Commit

Permalink
Merge pull request #34 from JupiterOne/KNO-490
Browse files Browse the repository at this point in the history
README update and bump version 1.2.1
  • Loading branch information
SeaBlooms authored Oct 24, 2024
2 parents 079a906 + 0531df7 commit 077b677
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,12 @@ j1.fetch_all_entity_properties()
j1.fetch_all_entity_tags()
```

##### Fetch Entity Raw Data

```python
j1.fetch_entity_raw_data(entity_id='<id-of-entity>')
```

##### Create Integration Instance

```python
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name="jupiterone",
version="1.2.0",
version="1.2.1",
description="A Python client for the JupiterOne API",
license="MIT License",
author="JupiterOne",
Expand Down

0 comments on commit 077b677

Please sign in to comment.