-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tado OpenAPI specification #56
Comments
Hi, That's really cool! Thanks for tipping me off and I'm glad the repo was helpful. Did you notice any endpoints that this library is missing? Thanks |
I didn't really do any cross-check between your library and the OpenAPI spec to be honest, so I do not really know. I do know that in several areas your library is more extensive, as it also seems to cover some features which use endpoints offered by other domains than my.tado.com. I explicitly left them out of this spec to keep the spec pure. |
Additional note: I did notice that some of your enums contain less values than 'mine' (and for others I was very grateful to learn about other values from your code). So that might be worth looking into. |
No problem - I will try to do a cross reference and see what I'm missing. Thanks |
Just to keep things central. Here area list of endpoints I could scrape, and correspondingly marked the implemented ones. Also note that it seems the default scopes available for the public client secrets do not allow for access to some of these endpoints anyway. So, implementing them would be moot.
|
Hi Matt,
I'm abusing this issue to thank you :-)
I've recently started playing around with the tado API, and it let me to the decision to document the API as an OpenAPI specification. Your node-tado-client code was one of the sources which provided valuable input, especially the air conditioning part (as that is not part of my tado set-up).
The specification is maintained in this git repo: https://github.com/kritsel/tado-openapispec-v2.
And a Swagger UI version is available here: https://kritsel.github.io/tado-openapispec-v2
Cheers,
Kristel
The text was updated successfully, but these errors were encountered: