From d235a913eb13fd6dccfe11182246823455f22fd0 Mon Sep 17 00:00:00 2001 From: gak Date: Thu, 21 Jul 2022 13:59:31 +1000 Subject: [PATCH] doc: More info in README --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a8dae28..7568838 100644 --- a/README.md +++ b/README.md @@ -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)