Skip to content

Commit

Permalink
Merge pull request #226 from robinostlund/next-stable
Browse files Browse the repository at this point in the history
Next stable
  • Loading branch information
robinostlund authored Dec 18, 2023
2 parents 72ee2dc + c9b702d commit 2cba5bb
Show file tree
Hide file tree
Showing 17 changed files with 3,996 additions and 902 deletions.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
aiohttp
beautifulsoup4
cryptography
lxml
pyjwt
26 changes: 26 additions & 0 deletions tests/fixtures/resources/responses/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Example Responses

The sub-directories contain some examples for responses of VW's API for certain car types:

* [Arteon Diesel](arteon_2023_diesel)
* [eUP! Electric](eup_electric)
* [Golf GTE Hybrid](golf_gte_hybrid)

## Files

`capabilities.json`

Response to the GET request to https://emea.bff.cariad.digital/vehicle/v1/vehicles/{vin}/capabilities

`last_trip.json`

Response to the GET request to https://emea.bff.cariad.digital/vehicle/v1/trips/{vin}/shortterm/last

`parkingposition.json`

Response to the GET request to https://emea.bff.cariad.digital/vehicle/v1/vehicles/{vin}/parkingposition

`selectivestatus_by_app.json`

Response to the GET request to https://emea.bff.cariad.digital/vehicle/v1/vehicles/{vin}/selectivestatus?jobs=XXX.
The exact URL is the one the Volkswagen app fires for the respective car type.
Loading

0 comments on commit 2cba5bb

Please sign in to comment.