API structure has changed
4 structure changes including:
1 Addition
3 Modifications
Modified
3
Breaking
GET /stations
- Response
-
200 response Modified
-
application/json content type Modified
-
Full types went from
array[object]
toobject
Breaking
- data, links properties Added
-
-
application/json content type Modified
GET /trips
- Response
-
200 response Modified
-
application/json content type Modified
-
Full types went from
array[object]
toobject
Breaking
- data, links properties Added
-
-
application/json content type Modified
POST /bookings
- Body
-
application/json content type Modified
-
trip_id, passenger_name, has_bicycle, has_dog properties Removed
-
Removing a resource is always breaking unless it was deprecated before
Breaking
-
- data, links properties Added
-
trip_id, passenger_name, has_bicycle, has_dog properties Removed
Added
1
GET /bookings