Gregory Pease

Results 3 comments of Gregory Pease

Hi ant0ine, Currently I'm doing exactly that ``` `router, err := rest.MakeRouter( rest.Get("/hb", hb), rest.Get("/section/item", thing.GetThings), rest.Get("/section/item/:id", thing.GetThing), ) if err != nil { log.Fatal(err) } api.SetApp(router) http.ListenAndServe(port, agent.WrapHTTPHandler(api.MakeHandler()))` ```...

I love this as I am currently importing a lot of resources and going back and forth is a chore

Please update the documentation to be explicit. Or better yet support m2m fields, the tracker feels incomplete without it.