API structure has changed
10 structure changes including:
2 Breaking changes
2 Additions
8 Modifications
Modified
8
Breaking
DELETE /users
- Response
- 200 response Removed
- 204, 401, 500 responses Added
GET /products
- Response
-
200 response Modified
- idPublisher property Removed
- publisherId property Added
GET /products/{productID}
- Response
-
200 response Modified
- idPublisher property Removed
- publisherId property Added
GET /users/{username}/chats
- Response
-
200 response Modified
- productId, sellerId, buyerId properties Modified
GET /users/{username}/chats/{chatId}
- Response
-
200 response Modified
- chatId, senderId properties Modified
GET /users/{username}/profile
- Response
-
200 response Modified
- products property Modified
- userID property Removed
- username property Added
PATCH /users
POST /login
- Response
-
200 response Modified
- access_token, expires_in properties Modified
- Query
- email, password query parameters Removed
- Body
- content type Added
Added
2
GET /confirmation
POST /confirmation