Change Updates

Do not miss any Referspecs API changes, ever again

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

RSS

May 4, 2025

main
1.0.0
Compare

API structure has changed

15 structure changes including:
15 Modifications
Modified 15 Breaking
DELETE /chat/{chatId}
  • Authentication
  • Bearer auth authentication method Added
DELETE /products/{id}
  • Authentication
  • Bearer auth authentication method Added
GET /chat
  • Authentication
  • Bearer auth authentication method Added
GET /chat/{chatId}/messages
  • Authentication
  • Bearer auth authentication method Added
GET /orders
  • Authentication
  • Bearer auth authentication method Added
GET /orders/{id}
  • Authentication
  • Bearer auth authentication method Added
PATCH /products/{id}
  • Authentication
  • Bearer auth authentication method Added
POST /auth
  • Authentication
  • Firebase bearer auth authentication method Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
POST /chat
  • Authentication
  • Bearer auth authentication method Added
POST /message/logged-in
  • Authentication
  • Bearer auth authentication method Added
POST /orders
  • Authentication
  • Bearer auth authentication method Added
POST /products
  • Authentication
  • Bearer auth authentication method Added
POST /upload
  • Authentication
  • Bearer auth authentication method Added
PUT /chat/{chatId}
  • Authentication
  • Bearer auth authentication method Added
PUT /orders/{id}
  • Authentication
  • Bearer auth authentication method Added