timdorr / tesla-api

🚘 A Ruby gem and unofficial documentation of Tesla's JSON API for the Model S, 3, X, and Y.
https://tesla-api.timdorr.com/
MIT License
2k stars 534 forks source link

OpenAPI Specification #767

Closed estahn closed 12 months ago

estahn commented 12 months ago

We have generated an OpenAPI Schema for the Tesla API based on some reverse engineering as well as this documentation. Is this something we can contribute to this project?

We have used the OpenAPI Schema in conjunction with Fern to generate a Tesla SDK.

timdorr commented 12 months ago

The Tesla API (not their Fleet API) doesn't conform to OpenAPI, so it would be misleading to represent it as such. Also, considering this API will be going away at some point (at least in the sense of being the most viable path for development), big contributions like this probably don't make sense.

I'd encourage you to post that spec in your own repo. I can definitely link to it.