/drivers

get

Get a list of drivers

get

Get the driver where name = {driverName}

get

Get the skillmap for driver name = {driverName}

get

Get the car for driver name = {driverName}

/cars

get

List of all Cars

post

Updates the positions of the cars (changes ever few seconds)

get

Get the car with name = {carName}

get

Get all cars position for name = {carName}

get

Get current car position for name = {carName}

/favorites

get

Get a list of all favorites (cars and drivers)

get

Get a list of all driver favorites

post

Add a driver to the favorite list. If the driver already exists, do nothing

delete

Remove a driver from the favorite list. If not registed, do nothing

get

Get a list of all car favorites

post

Add a car to the favorite list. If the driver already exists, do nothing

delete

Remove a car from the favorite list. If not registed, do nothing