Skip to main content

package to interact with the Main API of dadard.fr

Project description

This package is used by the APIs deployed on dadard.fr.

It calls the Main API to check the subscriptions and the profiles’ key.

Install it this way : pip install dadard-apis-common-pack

You can import the package in your code this way :

from CommonPack import CommonCaller

profile_key = 'some_private_key'

# check if the key is associated to a valid user
CommonCaller.check_profile_key(profile_key)

# check if the api given has been subscribed by this key
CommonCaller.check_is_subscribed(profile_key, api_name)

# check if the api given has not been subscribed by this key
CommonCaller.check_is_not_subscribed(profile_key, api_name)

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

dadard_apis_common_pack-1.8.tar.gz (2.1 kB view hashes)

Uploaded Source

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