-
Notifications
You must be signed in to change notification settings - Fork 3
How to use
Kristel edited this page Dec 28, 2024
·
2 revisions
If you need a direct link to the raw API definition
(e.g. as input for a client code generator) you can use the URL below.
Replace <version tag>
with the proper version number or with latest
.
(list of all released versions: https://github.com/kritsel/tado-openapispec-v2/releases)
https://raw.githubusercontent.com/kritsel/tado-openapispec-v2/<version tag>/tado-openapispec-v2.yaml
Examples:
- reference to a specific version:
https://raw.githubusercontent.com/kritsel/tado-openapispec-v2/v2.2024.08.01.3/tado-openapispec-v2.yaml
- reference to latest version:
https://raw.githubusercontent.com/kritsel/tado-openapispec-v2/latest/tado-openapispec-v2.yaml
Here are some examples which show how you can use the API definition
- Kotlin demo application with generated API client code which uses this API definition as input: https://github.com/kritsel/tado-api-demo-kotlin
- Java demo application with generated API client code which uses this API definition as input: https://github.com/kritsel/tado-api-demo-java
- Import API definition into Postman: https://learning.postman.com/docs/designing-and-developing-your-api/importing-an-api/