- Model your http requests as a pydantic model
- Annotate your request parameters with fastapi params
- Support for sync & async requests
- Create a generator for an OpenAPI spec
- Support all kinds of http requests
You can install requestmodel via pip from PyPI:
$ pip install requestmodel
Please see the implementation detail for further instructions.
Contributions are very welcome. To learn more, see the Contributor Guide.
Distributed under the terms of the MIT license, requestmodel is free and open source software.
If you encounter any problems, please file an issue along with a detailed description.
This project was generated from @cjolowicz's Hypermodern Python Cookiecutter template.