https://github.com/nextdoor/tornado_rest_client
Tornado REST Client Framework
https://github.com/nextdoor/tornado_rest_client
Last synced: about 1 year ago
JSON representation
Tornado REST Client Framework
- Host: GitHub
- URL: https://github.com/nextdoor/tornado_rest_client
- Owner: Nextdoor
- License: apache-2.0
- Created: 2015-06-09T19:47:37.000Z (about 11 years ago)
- Default Branch: main
- Last Pushed: 2024-08-16T12:14:27.000Z (almost 2 years ago)
- Last Synced: 2024-11-05T02:47:39.464Z (over 1 year ago)
- Language: Python
- Size: 99.6 KB
- Stars: 3
- Watchers: 31
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
tornado-rest-client: Tornado API Client Framework
=================================================
|doc_status|_ |pypi_ver|_ |pypi_download|_
The ``tornado_rest_client`` framework provides a quick and easy way to build
generic API clients for JSON REST-based APIs. The framework provides robust and
reliable retry mechanisms, error handling and exception raising all within a
simple to use class structure.
Documentation
-------------
Documentation is hosted at `https://tornado-rest-client.readthedocs.org `_
.. |doc_status| image:: https://readthedocs.org/projects/tornado-rest-client/badge/?version=latest
.. _doc_status: https://tornado_rest_client.readthedocs.org
.. |pypi_ver| image:: https://pypip.in/d/tornado_rest_client/badge.png
.. _pypi_ver: https://pypi.python.org/pypi/tornado_rest_client
.. |pypi_download| image:: https://badge.fury.io/py/tornado_rest_client.png
.. _pypi_download: https://pypi.python.org/pypi/tornado_rest_client