API structure has changed
26 structure changes including:
13 Breaking changes
13 Additions
13 Removals
Removed
13
Breaking
POST /v0/employee
- Removing a resource is always breaking unless it was deprecated before Breaking
POST /v0/client/register
- Removing a resource is always breaking unless it was deprecated before Breaking
POST /v0/client/login
- Removing a resource is always breaking unless it was deprecated before Breaking
POST /v0/bank-card
- Removing a resource is always breaking unless it was deprecated before Breaking
GET /v0/openapi
- Removing a resource is always breaking unless it was deprecated before Breaking
GET /v0/gym/history/{client_id}
- Removing a resource is always breaking unless it was deprecated before Breaking
GET /v0/employee
- Removing a resource is always breaking unless it was deprecated before Breaking
GET /v0/client/{client_id}
- Removing a resource is always breaking unless it was deprecated before Breaking
GET /v0/client
- Removing a resource is always breaking unless it was deprecated before Breaking
GET /v0/bank-card
- Removing a resource is always breaking unless it was deprecated before Breaking
DELETE /v0/employee
- Removing a resource is always breaking unless it was deprecated before Breaking
DELETE /v0/client/signout
- Removing a resource is always breaking unless it was deprecated before Breaking
DELETE /v0/bank-card
- Removing a resource is always breaking unless it was deprecated before Breaking
Added
13
POST /employee
POST /client/register
POST /client/login
POST /bank-card
GET /openapi
GET /gym/history/{client_id}
GET /employee
GET /client/{client_id}
GET /client
GET /bank-card
DELETE /employee
DELETE /client/sign-out
DELETE /bank-card