Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dustin/tesla
Tesla API for Haskell
https://github.com/dustin/tesla
Last synced: about 2 months ago
JSON representation
Tesla API for Haskell
- Host: GitHub
- URL: https://github.com/dustin/tesla
- Owner: dustin
- License: bsd-3-clause
- Created: 2019-12-01T06:08:12.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-04-17T01:22:13.000Z (over 1 year ago)
- Last Synced: 2024-10-11T14:15:16.159Z (2 months ago)
- Language: Haskell
- Size: 936 KB
- Stars: 15
- Watchers: 7
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog.md
- License: LICENSE
Awesome Lists containing this project
README
# tesla
Tesla API for Haskell.
See also: https://tesla-api.timdorr.com/
## Authentication
This library used to support authenticating via username and password to get credentials, but Tesla busted that pretty hard.
The best practice at this point is to use something like https://www.teslafi.com/tokenUser.php to get a bearer and refresh token and feed them to the library via `fromToken` and `refreshAuth`