A Python class providing primitive methods for enabling consumption of REST APIs
Project description
rest3client is a requests-based library providing simple methods to enable consumption of HTTP REST APIs.
The library further abstracts the underlying requests calls providing HTTP verb equivalent methods for GET, POST, PATCH, PUT and DELETE. The library includes a RESTclient class that implements a consistent approach for processing request responses, extracting error messages from responses, and providing standard headers to request calls. Enabling the consumer to focus on their business logic and less on the complexites of setting up and processing the requests repsonses. A subclass inheriting RESTclient can override the base methods providing further customization and flexibility. The library supports most popular authentication schemes; including no-auth, basic auth, api-key and token-based.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for rest3client-0.0.3-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5ee8564b9b2643b4e09371d6ed2fd3cdfaa64cf6aecb46b5f6ea6b91b03fb75a |
|
MD5 | 7ab162439373b11c58aec6f6b2f002c7 |
|
BLAKE2b-256 | c92559cfe389333e54880610372e8c770e2f2cfebb8aff25f21a8731dd35a09d |