kurierjs / kurier

TypeScript framework to create JSON:API compliant APIs
https://kurier.readthedocs.io/en/latest/
MIT License
61 stars 9 forks source link

Support for `meta` in responses #327

Closed joelalejandro closed 1 year ago

joelalejandro commented 1 year ago

This PR implements the meta hook API described in #326, allowing to add metadata objects both at resource-level and document-level, as described in the JSON:API spec:

This PR does not include support for meta in links, since #243 is still not available.

joelalejandro commented 1 year ago

Some tests breaking yet ☠️