Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/developerfromjokela/opencarwings
/ endpoints
Endpoints
15 in github.com/developerfromjokela/opencarwings
⨍
Functions
1,119
◇
Types & classes
182
↳
Endpoints
15
Route
alerts_api
swagger_auto_schema( operation_description="Retrieve a list of alerts for a vehicle", method='get',
api/views.py:None
Route
broadcast_car_evinfo_update
receiver(post_save, sender=EVInfo)
db/signals.py:None
Route
broadcast_car_locinfo_update
receiver(post_save, sender=LocationInfo)
db/signals.py:None
Route
broadcast_car_send_to_car_update
receiver(post_save, sender=SendToCarLocation)
db/signals.py:None
Route
broadcast_car_tcuconf_update
receiver(post_save, sender=TCUConfiguration)
db/signals.py:None
Route
broadcast_car_timer_update
receiver(post_save, sender=CommandTimerSetting)
db/signals.py:None
Route
broadcast_car_update
receiver(post_save, sender=Car)
db/signals.py:None
Route
broadcast_new_alert
receiver(post_save, sender=AlertHistory)
db/signals.py:None
Route
cars_api
swagger_auto_schema( operation_description="Retrieve a list of cars", method='get', tags=['cars'],
api/views.py:None
Route
command_api
swagger_auto_schema( operation_description="Send a command to your vehicle", request_body=openapi.Sche
api/views.py:None
Route
create_auth_token
receiver(post_save, sender=settings.AUTH_USER_MODEL)
db/models.py:None
Route
reset_apikey
swagger_auto_schema( operation_description="Reset API-key. ONLY accessible from web portal!", method="
ui/views.py:None
Route
resolve_maps_link
swagger_auto_schema( operation_description="Resolve maps link from Google or Apple into location", tag
ui/views.py:None
Route
sign_out
swagger_auto_schema( operation_description="Sign out and invalidate tokens", tags=['token'], metho
api/views.py:None
Route
update_token_metadata
swagger_auto_schema( operation_description="Update token metadata", tags=['token'], method='post',
api/views.py:None