From 0531df7ebf7cc93810c6a7db389cdcb7f07ffd75 Mon Sep 17 00:00:00 2001 From: SeaBlooms <colinblumer@gmail.com> Date: Thu, 24 Oct 2024 09:41:00 -0600 Subject: [PATCH] README update and bump version 1.2.1 --- README.md | 6 ++++++ setup.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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='<id-of-entity>') +``` + ##### 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",