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

5 days ago

main
v1.0.0
Compare

API structure has changed

Next change
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
  • Query
  • nearLatitude, nearLongitude, radiusKm, city, country query parameters Added
GET /api/v1/books/{id}
  • Response
  • 200 response Modified
    • */* content type Modified
      • location property Added
GET /api/v1/books/{id}/more-books
  • Response
  • 200 response Modified
    • */* content type Modified
      • location property Added
GET /api/v1/users
  • Response
  • 200 response Modified
    • */* content type Modified
      • books property Modified
        • location property Added
      • favBooks property Modified
        • location property Added
GET /api/v1/users/{id}
  • Response
  • 200 response Modified
    • */* content type Modified
      • books property Modified
        • location property Added
      • favBooks property Modified
        • location property Added
GET /api/v1/users/{id}/books
  • Response
  • 200 response Modified
    • */* content type Modified
      • _embedded property Modified
        • books property 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
POST /api/v1/swap-requests
  • Response
  • 200 response Modified
    • */* content type Modified
      • bookToSwapWith property Modified
        • location property Added
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
POST /api/v1/users/login
  • Response
  • 200 response Modified
    • */* content type Modified
      • books property Modified
        • location property Added
      • favBooks property Modified
        • location property Added
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
PUT /api/v1/swap-requests/{id}/status
  • Response
  • 200 response Modified
    • */* content type Modified
      • bookToSwapWith property Modified
        • location property Added
Added 3
GET /api/v1/books/city/{city}
GET /api/v1/books/country/{country}
GET /api/v1/books/near