API structure has changed
12 structure changes including:
5 Breaking changes
7 Additions
5 Removals
Removed
5
Breaking
DELETE /api/products/{id}
GET /api/products
GET /api/products/{id}
POST /api/products
PUT /api/products/{id}
Added
7
DELETE /products/{id}
GET /products
GET /products/{id}
POST /api/login
POST /api/logout
POST /products
PUT /products/{id}