Added OAuthAPIClient
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.