Getting Started
Introduction
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.
Installation
To install the Paradime SDK, use pip:
Obtaining API Credentials
Before you can use the Paradime SDK, you need to obtain the following API credentials for your workspace:
API Key
API Secret
API Endpoint
Initialize the Python SDK
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.
SDK Modules
The following docs provide detailed information and usage examples for each of the Paradime SDK modules:
Audit LogBoltCustom IntegrationCompare Lineage versionUser ManagementWorkspace ManagementLast updated