API structure has changed
15 structure changes including:
3 Additions
12 Modifications
Modified
12
GET /api/v1/books
- Response
-
200 response Modified
-
*/* content type Modified
-
_embedded property Modified
- books property Modified
-
_embedded property Modified
-
*/* content type Modified
- Query
- nearLatitude, nearLongitude, radiusKm, city, country query parameters Added
GET /api/v1/books/{id}
- Response
-
200 response Modified
-
*/* content type Modified
- location property Added
-
*/* content type Modified
GET /api/v1/books/{id}/more-books
- Response
-
200 response Modified
-
*/* content type Modified
- location property Added
-
*/* content type Modified
GET /api/v1/users
- Response
-
200 response Modified
-
*/* content type Modified
-
books property Modified
- location property Added
-
favBooks property Modified
- location property Added
-
books property Modified
-
*/* content type Modified
GET /api/v1/users/{id}
- Response
-
200 response Modified
-
*/* content type Modified
-
books property Modified
- location property Added
-
favBooks property Modified
- location property 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
- nearLatitude, nearLongitude, radiusKm, city, country query parameters Added
POST /api/v1/books
- Body
-
multipart/form-data content type Modified
- location property Added
- Response
-
201 response Modified
-
*/* content type Modified
- location property Added
-
*/* content type Modified
POST /api/v1/swap-requests
- Response
-
200 response Modified
-
*/* content type Modified
-
bookToSwapWith property Modified
- location property Added
-
bookToSwapWith property Modified
-
*/* content type Modified
POST /api/v1/users/favourite-books
- Response
-
200 response Modified
-
*/* content type Modified
-
books property Modified
- location property Added
-
favBooks property Modified
- location property Added
-
books property Modified
-
*/* content type Modified
POST /api/v1/users/login
- Response
-
200 response Modified
-
*/* content type Modified
-
books property Modified
- location property Added
-
favBooks property Modified
- location property Added
-
books property Modified
-
*/* content type Modified
PUT /api/v1/books/{id}
- Body
-
multipart/form-data content type Modified
- location property Added
- Response
-
200 response Modified
-
*/* content type Modified
- location property Added
-
*/* content type Modified
PUT /api/v1/swap-requests/{id}/status
- Response
-
200 response Modified
-
*/* content type Modified
-
bookToSwapWith property Modified
- location property Added
-
bookToSwapWith property Modified
-
*/* content type Modified
Added
3
GET /api/v1/books/city/{city}
GET /api/v1/books/country/{country}
GET /api/v1/books/near