Added Python client, updated TS typings, readme

This commit is contained in:
2023-08-28 14:22:41 +03:00
parent 909819d89f
commit 90e469feac
755 changed files with 97840 additions and 11 deletions

View File

@@ -1,4 +1,12 @@
# Cinode OpenAPI TypeScript API
# Cinode OpenAPI TypeScript typings & Python API Client
## API Typings and Clients
### TypeScript
- Types created with [drwpow/openapi-typescript](https://github.com/drwpow/openapi-typescript)
- API Examples with [drwpow/openapi-fetch](https://github.com/drwpow/openapi-fetch)
### Python
- Created with [openapi-python-client](https://github.com/openapi-generators/openapi-python-client)