https://github.com/klen/aiorest-client
REST API Helper
https://github.com/klen/aiorest-client
Last synced: 9 months ago
JSON representation
REST API Helper
- Host: GitHub
- URL: https://github.com/klen/aiorest-client
- Owner: klen
- License: mit
- Created: 2019-01-30T17:29:47.000Z (over 7 years ago)
- Default Branch: develop
- Last Pushed: 2019-06-05T15:55:25.000Z (about 7 years ago)
- Last Synced: 2025-07-27T19:56:56.279Z (11 months ago)
- Language: Python
- Size: 64.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: HISTORY.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
- Authors: AUTHORS.rst
Awesome Lists containing this project
README
==============
AIOREST Client
==============
.. image:: https://img.shields.io/pypi/v/aiorest_client.svg
:target: https://pypi.python.org/pypi/aiorest_client
.. image:: https://img.shields.io/travis/klen/aiorest-client.svg
:target: https://travis-ci.org/klen/aiorest-client
.. image:: https://readthedocs.org/projects/aiorest-client/badge/?version=latest
:target: https://aiorest-client.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status
.. image:: https://pyup.io/repos/github/klen/aiorest-client/shield.svg
:target: https://pyup.io/repos/github/klen/aiorest-client/
:alt: Updates
A helper to call REST API from aiohttp
* Free software: MIT license
* Documentation: https://aiorest-client.readthedocs.io.