aiohttp-rest-api

RESTful API servers with aiohttp


License
MIT
Install
pip install aiohttp-rest-api==0.0.6

Documentation

aiohttp_rest_api

RESTful API servers with aiohttp.

aiohttp_rest_api is an extension for aiohttp that adds support for quickly building REST APIs. It automates the creation of REST endpoints, supports APIs versioning and Swagger docstrings.

pip install aiohttp-rest-api

Documentation: https://aiohttp-rest-api.readthedocs.io/