Commit Graph

10 Commits

Author SHA1 Message Date
Tobias Lindberg b0d9f4fb9f docs: swagger generated documentation 2025-07-23 12:27:44 +02:00
Tobias Lindberg 1a3378e735 change CarName to be NullString instead of string (#242)
* fix CarName to be NullString instead of string

Co-authored-by: Vincent Barrier <vbarrier@kagilum.com>
2023-09-22 17:25:55 +02:00
Tobias Lindberg 04691f8e81 Slimming down on the codebase (#134)
* slimming down on one for and using join instead

* doing single query on first query part
removing a couple of if statements due to that

* typo

* simplifying settings endpoints queries

* lowering some var..

* grouping vars

* adding rec to use api key in readme
2022-01-21 12:15:52 +01:00
Tobias Lindberg 732fc886a2 Feature: response handler (#110)
Co-authored-by: Alec O'Connor <alecdoconnor@users.noreply.github.com>
2021-12-31 12:27:25 +01:00
Alec O'Connor d65dff5aa3 Update v1_TeslaMateAPICarsDrives.go
Continuing updates on Drives API
2021-05-12 17:16:44 -04:00
Alec O'Connor 7693581864 Convert SpeedMax and SpeedAvg in Drive (km->mi)
Already implemented in DriveDetails, logic was duplicated exactly in this pull request
2021-05-03 11:43:20 -04:00
Tobias Lindberg 2d2df18013 using c.Request.RequestURI in logstring 2021-03-11 23:15:25 +01:00
Tobias Lindberg 91e0fae7a0 rel aed5503e7b regaring path issues 2021-03-02 19:40:09 +01:00
Tobias Lindberg 1afdf2ee71 changing logformat 2021-03-02 14:41:44 +01:00
Tobias Lindberg aed5503e7b implementation of versioning in uri
updating README with version info
2021-03-02 13:58:06 +01:00