HATEOAS-first backend framework.
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

123456789101112131415
  1. - [ ] Integrate with other data stores
  2. - [X] Access control with resources
  3. - [ ] Content negotiation
  4. - [ ] Language
  5. - [X] Encoding
  6. - [ ] Media Type
  7. - [X] HTTPS
  8. - [X] Date/Datetime handling (endpoints should be able to accept timestamps and ISO date/datetime strings)
  9. - [ ] Querying items in collections
  10. - [ ] Tests
  11. - [X] Happy path
  12. - [ ] Error handling
  13. - [ ] Implement error handling compliant to RFC 9457 - Problem Details for HTTP APIs
  14. - [ ] Create RESTful client for frontend, server for backend (specify data sources on the server side)
  15. - [ ] `EventEmitter` for `202 Accepted` requests (CQRS-style service)