Go to file
Nemo 390b354b4a
Update README.md
2023-05-27 07:58:54 +00:00
.github Create FUNDING.yml 2022-05-30 14:50:10 +05:30
dist Fix URL 2023-03-15 18:34:29 +05:30
docs/introduction Adds Stocks API 2021-06-03 21:56:23 +05:30
reference Adds Stocks API 2021-06-03 21:56:23 +05:30
.gitignore Adds Client generator related note 2021-05-21 01:00:25 +05:30
README.md Update README.md 2023-05-27 07:58:54 +00:00
index.html fix style tag 2023-03-15 19:00:43 +05:30
openapi-generator-config.yml Adds Client generator related note 2021-05-21 01:00:25 +05:30

README.md

Kuvera Unofficial API Specification

Please see https://captnemo.in/kuvera-unofficial-api-specification/

Terms of Service

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

The generated client is currently broken due to bugs in openapi-generator which misses a few imports.