Docs | |
---|---|
PyPI | |
Activity | |
QA | |
Other |
This is a simple package that is meant to be a Pydantic implementation for a basic RESTful API interaction client. This includes both sync and async usages.
Synchronous implementation - if you aren't sure, you probably want this:
python -m pip install arya-api-framework[sync]
Asynchronous implementation:
python -m pip install arya-api-framework[async]
https://apiframework.readthedocs.io/en/latest/
https://apiframework.readthedocs.io/en/latest/#todo-features
Credit for documentation infrastructure goes to Rapptz and the discord.py team. The documentation for this project is a modified version of their custom theme.