Skip to content

Added OAuthAPIClient

Compare
Choose a tag to compare
@davestgermain davestgermain released this 23 Oct 13:36
· 267 commits to master since this release

This release adds OAuthAPIClient, a requests.Session subclass which automatically authenticates with the preferred edX API authentication method (currently using JWT tokens).

It also marks EdxRestApiClient as deprecated, because Slumber is no longer supported.