Skip to main content

Slumber client used to access various edX Platform REST APIs.

Project description

The edX REST API Client (henceforth, client) allows users to communicate with various edX REST APIs, including the E-Commerce Service and the Programs Service.

Testing

$ make validate

Clients & REST API Clients code

Open edX services, including LMS, should use the OAuthAPIClient class to make OAuth2 client requests and REST API calls.

Usage

By default the OAuthAPIClient object can be used like any requests.Session object and you can follow the docs that the requests library provides.

The OAuthAPIClient sessions makes some extra requests to get access tokens from the auth endpoints. These requests have a default timeout that can be overridden by passing in a timeout parameter when instantiating the OAuthAPIClient object.

# create client with default timeouts for token retrieval
client = OAuthAPIClient('https://lms.root', 'client_id', 'client_secret')

# create client, overriding default timeouts for token retrieval
client = OAuthAPIClient('https://lms.root', 'client_id', 'client_secret', timeout=(6.1, 2))
client = OAuthAPIClient('https://lms.root', 'client_id', 'client_secret',
     timeout=(REQUEST_CONNECT_TIMEOUT, 3)
)

# for a request to some.url, a separate timeout should always be set on your requests
client.get('https://some.url', timeout=(3.1, 0.5))

The value of the timeout setting is the same as for any request made with the requests library. See the Requests timeouts documentation for more details.

Additional Requirements

The OAuthAPIClient uses the TieredCache internally for caching. Read more about the requirements of TieredCache, which include Django caching and some custom middleware.

How to Contribute

Contributions are very welcome, but for legal reasons, you must submit a signed individual contributor’s agreement before we can accept your contribution. See our CONTRIBUTING file for more information – it also contains guidelines for how to maintain high code quality, which will make your contribution more likely to be accepted.

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

edx-rest-api-client-5.2.2.tar.gz (11.5 kB view details)

Uploaded Source

Built Distribution

edx_rest_api_client-5.2.2-py3-none-any.whl (13.0 kB view details)

Uploaded Python 3

File details

Details for the file edx-rest-api-client-5.2.2.tar.gz.

File metadata

  • Download URL: edx-rest-api-client-5.2.2.tar.gz
  • Upload date:
  • Size: 11.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.6.1 requests/2.25.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.5.6

File hashes

Hashes for edx-rest-api-client-5.2.2.tar.gz
Algorithm Hash digest
SHA256 c6f90fe150fa2a52d301cd5a7cacbefae3f7dcd0031c253ffb37f2f630d45258
MD5 63fb49a0512b65edb3cbf92a8dc68be3
BLAKE2b-256 2a5326168f0536642cdb1a61b7e99ced5b05694ba3a613de3db9dfd63c26727e

See more details on using hashes here.

File details

Details for the file edx_rest_api_client-5.2.2-py3-none-any.whl.

File metadata

  • Download URL: edx_rest_api_client-5.2.2-py3-none-any.whl
  • Upload date:
  • Size: 13.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.6.1 requests/2.25.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.5.6

File hashes

Hashes for edx_rest_api_client-5.2.2-py3-none-any.whl
Algorithm Hash digest
SHA256 7e9c68bdd407512488a9344d4b5a41e5752cf307b1a0e27cb4a27fe9603844d6
MD5 a651b6ea53ae29a0183a3d3187d688d7
BLAKE2b-256 9912e6af1aa345c052a9cbada95559b5baa0794c958e3d662016291c278cfd39

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