Versions in this module Expand all Collapse all v0 v0.1.0 Sep 10, 2016 Changes in this version + func ParseRequest(r *http.Request, prefix string) (*jsonapi.Request, error) + func WriteError(w http.ResponseWriter, err error) error + func WriteErrorList(w http.ResponseWriter, errors ...*jsonapi.Error) error + func WriteResource(w http.ResponseWriter, status int, resource *jsonapi.Resource, ...) error + func WriteResources(w http.ResponseWriter, status int, resources []*jsonapi.Resource, ...) error + func WriteResponse(res http.ResponseWriter, status int, doc *jsonapi.Document) error