Welcome to the CELITECH API documentation! Useful links: [Homepage](https://www.celitech.com) | [Support email](mailto:support@celitech.com) | [Blog](https://www.celitech.com/blog/)
Project description
Celitech Python SDK 1.1.82
Welcome to the Celitech SDK documentation. This guide will help you get started with integrating and using the Celitech SDK in your project.
Versions
- API version:
1.1.0
- SDK version:
1.1.82
About the API
Welcome to the CELITECH API documentation! Useful links: Homepage | Support email | Blog
Table of Contents
Setup & Configuration
Supported Language Versions
This SDK is compatible with the following versions: Python >= 3.7
Installation
To get started with the SDK, we recommend installing using pip
:
pip install celitech-sdk
Environment Variables
These are the environment variables for the SDK:
Name | Description |
---|---|
CLIENT_ID | Client ID parameter |
CLIENT_SECRET | Client Secret parameter |
Environment variables are a way to configure your application outside the code. You can set these environment variables on the command line or use your project's existing tooling for managing environment variables.
If you are using a .env
file, a template with the variable names is provided in the .env.example
file located in the same directory as this README.
Sample Usage
Below is a comprehensive example demonstrating how to authenticate and call a simple endpoint:
from celitech import Celitech, Environment
sdk = Celitech(
client_id="client-id",
client_secret="client-secret",
base_url=Environment.DEFAULT.value
)
result = sdk.destinations.list_destinations()
print(result)
Services
The SDK provides various services to interact with the API.
Below is a list of all available services with links to their detailed documentation:
Name |
---|
DestinationsService |
PackagesService |
PurchasesService |
ESimService |
Models
The SDK includes several models that represent the data structures used in API requests and responses. These models help in organizing and managing the data efficiently.
Below is a list of all available models with links to their detailed documentation:
License
This SDK is licensed under the MIT License.
See the LICENSE file for more details.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file celitech_sdk-1.1.82.tar.gz
.
File metadata
- Download URL: celitech_sdk-1.1.82.tar.gz
- Upload date:
- Size: 26.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.19
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7ed7d777da4a09fed15efdea3c236fc68d4f50240a79b5255ffa7c8c2e3b21c5 |
|
MD5 | bd1a966073d7ca9e2a31d4d418f806dc |
|
BLAKE2b-256 | 906c79adebc35a5fd57460f98ec61e4c73ddfca0d2cdc61e33892135bbd2c6b6 |
File details
Details for the file celitech_sdk-1.1.82-py3-none-any.whl
.
File metadata
- Download URL: celitech_sdk-1.1.82-py3-none-any.whl
- Upload date:
- Size: 42.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.19
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 942cfd61767ea6dc797ec8680f25928f679c34884f99fec619771a0acaa944c0 |
|
MD5 | 58f445c18ffb18d2ec6278219a013a30 |
|
BLAKE2b-256 | b99e7f0379dbd143c5eecb426efc0be21f3d9e83bbeef9953ea57a7283369061 |