Skip to main content

The Official Python library for authenticating Reloadly APIs

Project description

Authentication API

The implementation is based on the Authentication API Docs.

Usage

Create an AuthenticationAPI instance by providing the Application credentials details (client id & secret) from the dashboard.

from authentication.client.AuthenticationAPI import AuthenticationAPI
from core.enums.Service import Service

sample = AuthenticationAPI()
a = sample.clientCredentials(clientId="*****", clientSecret="*****" service=Service.AIRTIME_SANDBOX).getAccessToken(Service.AIRTIME_SANDBOX)
print (a)

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

reloadly_auth-1.1.1.tar.gz (3.2 kB view hashes)

Uploaded Source

Built Distribution

reloadly_auth-1.1.1-py3-none-any.whl (5.4 kB view hashes)

Uploaded Python 3

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