Skip to main content

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.80

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.80

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:
Name Description
ListDestinationsOkResponse
ListPackagesOkResponse
ListPurchasesOkResponse
CreatePurchaseRequest
CreatePurchaseOkResponse
TopUpEsimRequest
TopUpEsimOkResponse
EditPurchaseRequest
EditPurchaseOkResponse
GetPurchaseConsumptionOkResponse
GetEsimOkResponse
GetEsimDeviceOkResponse
GetEsimHistoryOkResponse
GetEsimMacOkResponse
Destinations
Packages
Purchases
Package
PurchasesEsim
CreatePurchaseOkResponsePurchase
CreatePurchaseOkResponseProfile
TopUpEsimOkResponsePurchase
TopUpEsimOkResponseProfile
GetEsimOkResponseEsim
Device
GetEsimHistoryOkResponseEsim
History
GetEsimMacOkResponseEsim

License

This SDK is licensed under the MIT License.

See the LICENSE file for more details.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

celitech_sdk-1.1.80.tar.gz (26.6 kB view details)

Uploaded Source

Built Distribution

celitech_sdk-1.1.80-py3-none-any.whl (42.1 kB view details)

Uploaded Python 3

File details

Details for the file celitech_sdk-1.1.80.tar.gz.

File metadata

  • Download URL: celitech_sdk-1.1.80.tar.gz
  • Upload date:
  • Size: 26.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.9.19

File hashes

Hashes for celitech_sdk-1.1.80.tar.gz
Algorithm Hash digest
SHA256 59619dd05681126e8909763c7529ce60ed2548a74e161dc967568b4cf2020f4e
MD5 33ef6c789a3b8ef2b1c79013a0f1b524
BLAKE2b-256 b8f6e8c2a0f7debad0a88a5bf089f2105d24f782807d81253db8d50a5c4952ed

See more details on using hashes here.

File details

Details for the file celitech_sdk-1.1.80-py3-none-any.whl.

File metadata

File hashes

Hashes for celitech_sdk-1.1.80-py3-none-any.whl
Algorithm Hash digest
SHA256 87907d6b3b2e79ed98a662d75f3f2cf1a945fcf77000d3c66a5fb0311e795a55
MD5 f41c6ec4702399c85daf6c64c46474db
BLAKE2b-256 9aa9bdae92ed153811fd125e3e42a84d13635e12f41256250158c2cb9fd93f2b

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page