diff --git a/README.md b/README.md index 385de23..7ab7e09 100644 --- a/README.md +++ b/README.md @@ -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='') +``` + ##### Create Integration Instance ```python diff --git a/setup.py b/setup.py index da0fa19..483c348 100644 --- a/setup.py +++ b/setup.py @@ -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",