Change Updates

Do not miss any Backend API changes, ever again

Subscribe to the Backend API changelog to be up to date on recent changes.

RSS

Jul 28, 2025

main
v1.0.0
Compare

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
  • 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
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
GET /api/v1/users/{id}/books
  • Response
  • 200 response Modified
    • */* content type Modified
      • _embedded property Modified
        • books property 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
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