HATEOAS-first backend framework.
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. # `yasumi`
  2. **HATEOAS-first backend framework**
  3. This is a proposed solution to most Web frameworks that will hopefully inspire other solutions.
  4. See [docs folder](./docs) for more details.
  5. ## Links
  6. - Roy Fielding (creator of REST)'s post about criticisms of REST APIs
  7. https://roy.gbiv.com/untangled/2008/rest-apis-must-be-hypertext-driven
  8. - Wikipedia entry on HATEOAS
  9. https://en.wikipedia.org/wiki/HATEOAS
  10. - JSON for Linked Data (JSON-LD) Specifications
  11. https://www.w3.org/TR/json-ld-api/
  12. - JSON Hypertext Application Language (HAL) Specifications
  13. https://datatracker.ietf.org/doc/html/draft-kelly-json-hal-11
  14. - Valibot (zod alternative)
  15. https://valibot.dev/
  16. - Content negotiation
  17. https://developer.mozilla.org/en-US/docs/Web/HTTP/Content_negotiation
  18. - RFC 9457 - Problem Details for HTTP APIs
  19. https://www.rfc-editor.org/rfc/rfc9457.html
  20. - ~~RFC 5988 - Web Linking~~
  21. ~~https://datatracker.ietf.org/doc/html/rfc5988~~
  22. - RFC 9288 - Web Linking
  23. https://httpwg.org/specs/rfc8288.html