TheoryOfNekomata 0d3f10b08e | преди 5 месеца | |
---|---|---|
packages | преди 5 месеца | |
.gitignore | преди 8 месеца | |
README.md | преди 6 месеца | |
TODO.md | преди 6 месеца | |
pnpm-lock.yaml | преди 5 месеца | |
pnpm-workspace.yaml | преди 7 месеца |
yasumi
HATEOAS-first backend framework
This is a proposed solution to most Web frameworks that will hopefully inspire other solutions.
See docs folder for more details.
Representational State Transfer
https://ics.uci.edu/~fielding/pubs/dissertation/rest_arch_style.htm
Roy Fielding (creator of REST)‘s post about criticisms of REST APIs
https://roy.gbiv.com/untangled/2008/rest-apis-must-be-hypertext-driven
Wikipedia entry on HATEOAS
JSON for Linked Data (JSON-LD) Specifications
JSON Hypertext Application Language (HAL) Specifications
https://datatracker.ietf.org/doc/html/draft-kelly-json-hal-11
Valibot (zod alternative)
Content negotiation
https://developer.mozilla.org/en-US/docs/Web/HTTP/Content_negotiation
RFC 9457 - Problem Details for HTTP APIs
RFC 5988 - Web Linking
RFC 9288 - Web Linking
JSON Patch and JSON Merge Patch
Patch vs merge-patch which is appropriate?
https://stackoverflow.com/questions/56030328/patch-vs-merge-patch-which-is-appropriate
PATCH Method for HTTP
JavaScript Object Notation (JSON) Patch
HTTP SEARCH Method
https://www.ietf.org/archive/id/draft-ietf-httpbis-safe-method-w-body-00.html
The HTTP QUERY Method
https://www.ietf.org/archive/id/draft-ietf-httpbis-safe-method-w-body-02.html
URL Standard
303 See Other
https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/303