kuvera-unofficial-api-speci.../README.md

16 lines
581 B
Markdown
Raw Permalink Normal View History

2021-05-20 17:36:40 +00:00
# Kuvera Unofficial API Specification
2023-05-27 07:58:54 +00:00
Please see https://captnemo.in/kuvera-unofficial-api-specification/
2021-05-20 17:36:40 +00:00
## Terms of Service
2021-05-20 19:30:25 +00:00
I'm not responsible. Use at your own risk. This is a read only API, so you can't use this to manage your funds.
## Clients
Generate the Python client by running:
docker run --rm -v "$PWD":/local openapitools/openapi-generator-cli generate -c /local/openapi-generator-config.yml -i /local/reference/Kuvera.yaml -o /local/src/python -g python
2023-05-27 07:58:54 +00:00
The generated client is currently broken due to bugs in openapi-generator which misses a few imports.