API structure has changed
18 structure changes including:
7 Breaking changes
11 Additions
7 Removals
Removed
7
Breaking
PUT /accounts/{id}
- Removing a resource is always breaking unless it was deprecated before Breaking
POST /accounts
- Removing a resource is always breaking unless it was deprecated before Breaking
PATCH /accounts/{id}/password
- Removing a resource is always breaking unless it was deprecated before Breaking
GET /systems/status
- Removing a resource is always breaking unless it was deprecated before Breaking
GET /accounts/{id}
- Removing a resource is always breaking unless it was deprecated before Breaking
GET /accounts
- Removing a resource is always breaking unless it was deprecated before Breaking
DELETE /accounts/{id}
- Removing a resource is always breaking unless it was deprecated before Breaking
Added
11
PUT /users/{id}
POST /users
PATCH /users/{id}/password
GET /users/{id}
GET /users/totals
GET /users
GET /systems/totals
GET /resellers/totals
GET /distributors/totals
GET /customers/totals
DELETE /users/{id}