API structure has changed
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