2 structure changes including:
2 Modifications
Modified
2
Breaking
GET /api/v1/books
- Query
-
userId query parameter Removed
-
Removing a resource is always breaking unless it was deprecated before Breaking
-
Removing a resource is always breaking unless it was deprecated before
GET /api/v1/users/{id}/books
- Query
-
userId query parameter Removed
-
Removing a resource is always breaking unless it was deprecated before Breaking
-
Removing a resource is always breaking unless it was deprecated before
2 structure changes including:
2 Modifications
Modified
2
GET /api/v1/books
- Query
- ownerId, notOwnerId query parameters Added
GET /api/v1/users/{id}/books
- Query
- ownerId, notOwnerId query parameters Added
6 structure changes including:
6 Modifications
Modified
6
GET /api/v1/books
- Response
-
200 response Modified
-
*/* content type Modified
-
_embedded property Modified
- books property Modified
-
_embedded property Modified
-
*/* content type Modified
- Query
- userId query parameter Added
GET /api/v1/users
- Response
-
200 response Modified
-
*/* content type Modified
-
books property Modified
- bookLocation, offeredAgo, ownerId, offeredBy properties Added
-
favBooks property Modified
- bookLocation, offeredAgo, ownerId, offeredBy properties Added
-
books property Modified
-
*/* content type Modified
GET /api/v1/users/{id}
- Response
-
200 response Modified
-
*/* content type Modified
-
books property Modified
- bookLocation, offeredAgo, ownerId, offeredBy properties Added
-
favBooks property Modified
- bookLocation, offeredAgo, ownerId, offeredBy properties Added
-
books property Modified
-
*/* content type Modified
GET /api/v1/users/{id}/books
- Response
-
200 response Modified
-
*/* content type Modified
-
_embedded property Modified
- books property Modified
-
_embedded property Modified
-
*/* content type Modified
- Query
- userId query parameter Added
POST /api/v1/users/favourite-books
- Response
-
200 response Modified
-
*/* content type Modified
-
books property Modified
- bookLocation, offeredAgo, ownerId, offeredBy properties Added
-
favBooks property Modified
- bookLocation, offeredAgo, ownerId, offeredBy properties Added
-
books property Modified
-
*/* content type Modified
POST /api/v1/users/login
- Response
-
200 response Modified
-
*/* content type Modified
-
books property Modified
- bookLocation, offeredAgo, ownerId, offeredBy properties Added
-
favBooks property Modified
- bookLocation, offeredAgo, ownerId, offeredBy properties Added
-
books property Modified
-
*/* content type Modified
1 structure change including:
1 Modification
Modified
1
Breaking
POST /api/v1/users/login-with-google
- Body
-
application/json content type Modified
-
* property Removed
-
Removing a resource is always breaking unless it was deprecated before Breaking
-
Removing a resource is always breaking unless it was deprecated before
- idToken property Added
-
* property Removed
1 structure change including:
1 Addition
Added
1
POST /api/v1/users/login-with-google