Nino
Nino
I would love for this to get merged, any chance that is happening? :-)
thanks for the update and the heads up!
anyway we can get this merged? we are also having this issue
is #998 relevant for this?
You mean out of the jsonapi context? You can simply add custom route to your router/muxer. ``` mux := http.NewServeMux() mux.HandleFunc("/blub", func(w http.ResponseWriter, r *http.Request) { fmt.Fprintf(w, "Hello, %q", html.EscapeString(r.URL.Path))...
We are currently actually thinking about an easier way to create subroutes for objects because we need this for #244 . But I don't think it will come in the...
http://jsonapi.org/format/#document-top-level
good to know! Any special requirements we should keep in mind?