Getting Started
Last updated
Last updated
The Paradime SDK provides a convenient way to interact with the Paradime API, allowing you to manage various aspects of your Paradime workspace programmatically.
This documentation will guide you through the installation process, basic usage, and specific features of the SDK.
To install the Paradime SDK, use pip:
Before you can use the Paradime SDK, you need to obtain the following API credentials for your workspace:
API Key
API Secret
API Endpoint
Once you have your API credentials, you can initialize the Paradime SDK client:
Replace "API_ENDPOINT"
, "API_KEY"
, and "API_SECRET"
with your actual credentials.
The following docs provide detailed information and usage examples for each of the Paradime SDK modules: