Skip to content

Commit

Permalink
feat: update to latest endpoints from 4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alandtse committed Oct 17, 2021
1 parent f40c6b3 commit 074c35a
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions teslajsonpy/endpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -545,6 +545,11 @@
"URI": "api/1/vehicles/{vehicle_id}/command/share",
"AUTH": true
},
"SEND_SC_TO_VEHICLE": {
"TYPE": "POST",
"URI": "api/1/vehicles/{vehicle_id}/command/navigation_sc_request",
"AUTH": true
},
"REMOTE_SEAT_HEATER_REQUEST": {
"TYPE": "POST",
"URI": "api/1/vehicles/{vehicle_id}/command/remote_seat_heater_request",
Expand Down Expand Up @@ -710,6 +715,21 @@
"URI": "bff/v2/mobile-app/service/history",
"AUTH": true
},
"SERVICE_SURVEY_ELIGIBILITY": {
"TYPE": "GET",
"URI": "bff/v2/mobile-app/service/surveys",
"AUTH": true
},
"SERVICE_SURVEY_QUESTIONS": {
"TYPE": "POST",
"URI": "bff/v2/mobile-app/service/surveys",
"AUTH": true
},
"SERVICE_SURVEY_ANSWER_QUESTIONS": {
"TYPE": "PUT",
"URI": "bff/v2/mobile-app/service/surveys",
"AUTH": true
},
"SERVICE_LOCATIONS": {
"TYPE": "GET",
"URI": "bff/v2/mobile-app/service/center/locations",
Expand Down Expand Up @@ -1060,6 +1080,16 @@
"URI": "bff/v2/mobile-app/bill-me-later/token",
"AUTH": true
},
"MANAGE_GET_BILL_ME_LATER_TOGGLE": {
"TYPE": "GET",
"URI": "bff/v2/mobile-app/bill-me-later/security-toggle",
"AUTH": true
},
"MANAGE_POST_BILL_ME_LATER_TOGGLE": {
"TYPE": "POST",
"URI": "bff/v2/mobile-app/bill-me-later/security-toggle",
"AUTH": true
},
"UPGRADES_SUBSCRIPTIONS_SHARED_BILLING_ADDRESS_FEATURE_FLAG": {
"TYPE": "GET",
"URI": "bff/v2/mobile-app/billing-address/feature-flag/TAO-8065-in-app-BillingBlock-Enable",
Expand Down Expand Up @@ -1349,5 +1379,10 @@
"TYPE": "GET",
"URI": "api/1/users/feature_config",
"AUTH": true
},
"DASHCAM_SAVE_CLIP": {
"TYPE": "POST",
"URI": "api/1/vehicles/{vehicle_id}/command/dashcam_save_clip",
"AUTH": true
}
}

0 comments on commit 074c35a

Please sign in to comment.