package
0.0.0-20191226232939-b144d23ae49e
Repository: https://github.com/fjgal/go-chi-jsonapi.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
DefaultDecoder decodes JSON API delegates any other content type to github.con/go-chi/render.
Respond handles JSON API responses and delegates any other content type to github.com/go-chi/render automatically setting the Content-Type based on request headers.
No description provided by the author
GetContentType extends go-ci/render to support application/vnd.api+json.
GetRequestContentType is a helper function that returns ContentType based on context or request headers.
JSONAPI marshals `v` to JSONAPI, automatically setting Content-Type as application/vnd.api+json.

# Constants

No description provided by the author