doc: More info in README

This commit is contained in:
gak 2022-07-21 13:59:31 +10:00
parent bc06332a89
commit d235a913eb

View file

@ -1,6 +1,7 @@
# Teslatte 🚗🔋☕ # Teslatte 🚗🔋☕
> :warning: **Alpha Warning!** This Rust crate is still in alpha stage. It is something I put together if anyone needs it, and I'm aiming to work on it as I need more features. > #### ⚠️ Alpha Warning! ⚠️
> This Rust crate is still in alpha stage. It is something I quickly put together if anyone needed it. I'm aiming to work on it as I need more features.
A Tesla API using the `owner-api.teslamotors.com` endpoint as well as "interactive" OAuth. A Tesla API using the `owner-api.teslamotors.com` endpoint as well as "interactive" OAuth.
@ -8,6 +9,8 @@ Currently, it only supports some the `/api/1/vehicles` endpoint, but it will be
It is fairly trivial to add in new endpoints if you feel like creating a PR. Please let me know if your PR is a massive change before spending a lot of time on it. It is fairly trivial to add in new endpoints if you feel like creating a PR. Please let me know if your PR is a massive change before spending a lot of time on it.
Thanks to https://www.teslaapi.io/ for their excellent reference.
## Example ## Example
A basic example: [examples/basic.rs](examples/basic.rs) A basic example: [examples/basic.rs](examples/basic.rs)