API structure has changed
9 structure changes including:
4 Breaking changes
5 Additions
4 Removals
Removed
4
Breaking
GET /joke
- Removing a resource is always breaking unless it was deprecated before Breaking
POST /joke
- Removing a resource is always breaking unless it was deprecated before Breaking
POST /thumbsDown/{id}
- Removing a resource is always breaking unless it was deprecated before Breaking
POST /thumbsUp/{id}
- Removing a resource is always breaking unless it was deprecated before Breaking
Added
5
DELETE /users/{userId}
GET /users
GET /users/{userId}
POST /users
PUT /users/{userId}