You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes, on top of go-json-rest stack of middlewares must be an App. Which does not have to be the default router. Anything satisfying the App interface will do. It should be possible to take any third party router, and wrap it into an App.
I'm trying to do the opposite. In order to use manyminds/api2go with go-json-rest, I'm trying to write a api2go adapter. I need to get a http.Handler from go-json-rest and I am quite lost.
Instead of using the default router, is it possible to use the httprouter with go-json-rest?
The text was updated successfully, but these errors were encountered: