add new routing/positioning api routes without any implementation

This commit is contained in:
Laura Klünder 2023-11-24 16:13:16 +01:00
parent 914ed018f0
commit a7a40dcf04
2 changed files with 12 additions and 0 deletions

View file

@ -42,6 +42,14 @@ ninja_api = c3navAPI(
"name": "map",
"description": "Common map endpoints",
},
{
"name": "routing",
"description": "Calculate routes",
},
{
"name": "positioning",
"description": "Determine your position",
},
{
"name": "mapdata",
"description": "Access the raw map data",