-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #226 from robinostlund/next-stable
Next stable
- Loading branch information
Showing
17 changed files
with
3,996 additions
and
902 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
aiohttp | ||
beautifulsoup4 | ||
cryptography | ||
lxml | ||
pyjwt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
Oops, something went wrong.