Skip to content

Commit 077b677

Browse files
authored
Merge pull request #34 from JupiterOne/KNO-490
README update and bump version 1.2.1
2 parents 079a906 + 0531df7 commit 077b677

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,12 @@ j1.fetch_all_entity_properties()
132132
j1.fetch_all_entity_tags()
133133
```
134134

135+
##### Fetch Entity Raw Data
136+
137+
```python
138+
j1.fetch_entity_raw_data(entity_id='<id-of-entity>')
139+
```
140+
135141
##### Create Integration Instance
136142

137143
```python

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name="jupiterone",
8-
version="1.2.0",
8+
version="1.2.1",
99
description="A Python client for the JupiterOne API",
1010
license="MIT License",
1111
author="JupiterOne",

0 commit comments

Comments
 (0)