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
-
Removing a resource is always breaking unless it was deprecated before
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