doc: More info in README
This commit is contained in:
parent
bc06332a89
commit
d235a913eb
|
@ -1,6 +1,7 @@
|
|||
# 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.
|
||||
|
||||
|
@ -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.
|
||||
|
||||
Thanks to https://www.teslaapi.io/ for their excellent reference.
|
||||
|
||||
## Example
|
||||
|
||||
A basic example: [examples/basic.rs](examples/basic.rs)
|
||||
|
|
Loading…
Reference in a new issue