- [x] Allow multiple instances with multiple authorization headers API endpoints - [ ] Helper classes for authorization needed - [ ] Don't rely on phramework/jsonapi implementation - [x] Extend resource-models in a similar way with phramework/jsonapi 3.x - [x] Use PSR-7 for request/response - [x] Support `GET` - [x] Support `GET /{id}` - [ ] Support `POST` - [x] Support `PATCH /{id}` - [ ] Support `PUT /{id}` - [x] Support `DELETE /{id}` - [ ] Unit test `GET` - [ ] Unit test `GET /{id}` - [ ] Unit test `POST` - [ ] Unit test `PATCH /{id}` - [ ] Unit test `PUT /{id}` - [ ] Unit test `DELETE /{id}`
GETGET /{id}POSTPATCH /{id}PUT /{id}DELETE /{id}GETGET /{id}POSTPATCH /{id}PUT /{id}DELETE /{id}