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

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

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.

Setting a Custom Timeout

You can set a custom timeout for the SDK's HTTP requests as follows:

from celitech import Celitech

sdk = Celitech(timeout=10000)

Sample Usage

Below is a comprehensive example demonstrating how to authenticate and call a simple endpoint:

from celitech import Celitech

sdk = Celitech(
    client_id="client-id",
    client_secret="client-secret"
)

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:
Name
destinations
packages
purchases
e_sim

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:
Name Description
ListDestinationsOkResponse
ListPackagesOkResponse
ListPurchasesOkResponse
CreatePurchaseRequest
CreatePurchaseOkResponse
TopUpEsimRequest
TopUpEsimOkResponse
EditPurchaseRequest
EditPurchaseOkResponse
GetPurchaseConsumptionOkResponse
GetEsimOkResponse
GetEsimDeviceOkResponse
GetEsimHistoryOkResponse
GetEsimMacOkResponse

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.89.tar.gz (29.9 kB view details)

Uploaded Source

Built Distribution

celitech_sdk-1.1.89-py3-none-any.whl (46.3 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for celitech_sdk-1.1.89.tar.gz
Algorithm Hash digest
SHA256 c99d1573a4ea3695c6998802b821c75b4c14ff111ab9f20988e0f42b5c52b141
MD5 477f5e629a3a4944db3cf9effd201d36
BLAKE2b-256 170a49657ffb63f98f4e209e4e492fc703f79a9b632c0efc1f8d282137bc198e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for celitech_sdk-1.1.89-py3-none-any.whl
Algorithm Hash digest
SHA256 22bc688fa867a47a596f0c4941c65518c02e68c4a0a847bd5b466b7b402ece2c
MD5 40202f35842f94de54049c7ff0f6e527
BLAKE2b-256 3f3493217f9ba3f996363a7054e7d64a1e7cd2d61dc32d8db83fc8820a9349f3

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