Update README.md
parent
e0f725f030
commit
390b354b4a
|
@ -1,6 +1,6 @@
|
|||
# Kuvera Unofficial API Specification
|
||||
|
||||
Please see https://captnemo.stoplight.io/docs/kuvera/
|
||||
Please see https://captnemo.in/kuvera-unofficial-api-specification/
|
||||
|
||||
## Terms of Service
|
||||
|
||||
|
@ -12,4 +12,4 @@ 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.
|
||||
The generated client is currently broken due to bugs in openapi-generator which misses a few imports.
|
||||
|
|
Loading…
Reference in New Issue