RESTWithNS is the http handler the namespaced REST endpoint
(ah auth.HandlerFunc, ns string)
| 715 | |
| 716 | // RESTWithNS is the http handler the namespaced REST endpoint |
| 717 | func (s *HttpService) RESTWithNS(ah auth.HandlerFunc, ns string) http.Handler { |
| 718 | return s.apiHandler(&ns, ah, true) |
| 719 | } |
| 720 | |
| 721 | // Workflows is the http handler for named JS workflows. |
| 722 | func (s *HttpService) Workflows(ah auth.HandlerFunc) http.Handler { |
no test coverage detected