API structure has changed
Introduced by PR #9
Remove some operations
Book can not be updated (no Patch) Review can not be destroyed (no Destroy)
2 structure changes including:
2 Breaking changes
2 Removals
Removed
2
Breaking
DELETE /reviews/{id}
- Removing a resource is always breaking unless it was deprecated before Breaking
PATCH /books/{id}
- Removing a resource is always breaking unless it was deprecated before Breaking