Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 1.26 KB

File metadata and controls

34 lines (23 loc) · 1.26 KB

Reader API Client

The Reader API client requires four pieces of credential data. A consumer key and consumer secret can be obtained from your Readability account settings page. In addition to client credentials, a user's token key and token secret must also be used for authentication. For more information regarding auth, visit the Authentication section of the docs.

Your client key and secret can be passed to the constructor directly or set via environment variables:

Under the hood, the ReaderClient use the popular requests library. The objects returned by the ReaderClient are instances of requests.Response.

Client Documentation

.. autoclass:: readability.ReaderClient
    :members: