Skip to content

How to use

Kristel edited this page Dec 28, 2024 · 2 revisions

How to use tado API definition

Link to the raw API definition (.yaml file)

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

Examples

Here are some examples which show how you can use the API definition