Python SDK
The TruSTAR Python SDK is a Python package that can be used to easily interact with the TruSTAR Rest API from within any Python program.
Related Links
The source code and instructions for configuring the SDK can be viewed on GitHub at https://github.com/trustar/trustar-python.
Release notes can be found at https://github.com/trustar/trustar-python/releases.
Getting Started
You can use the Quick Start page to walk through the process of setting up the TruSTAR Python SDK and running a simple program to establish that the setup succeeded.
The SDK documentation also provides examples for common use cases.
SDK Coverage
TruSTAR provides technical documentation for the Python SDK on the TruSTAR website.
Area | Description |
Class | The trustar class provides methods for working with Reports, Indicators, and other information in the TruSTAR platform. For each API endpoint, there is a method on this class for making calls to it. |
Models | These classes model the various types of objects (reports, indicators, etc.) that are present on the TruSTAR platform. |