kurierjs / kurier

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

Adds `strict` mode for HTTP transport layers #292

Closed joelalejandro closed 3 years ago

joelalejandro commented 3 years ago

Resolves #290.

As described in the issue, the JSONAPI spec requires application/vnd.api+json as Content-Type for all requests. This PR adds support for opt-in usage of the spec's header.

joelalejandro commented 3 years ago

This feature is available in kurier@1.2.0-alpha3.