Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Documentation
data WithCustomErrorScheme a #
Instances
HasEndpoint sub => HasEndpoint (WithCustomErrorScheme sub :: Type) # | |
Defined in Gargantext.API.Routes.Types getEndpoint :: Proxy (WithCustomErrorScheme sub) -> Request -> Maybe APIEndpoint # enumerateEndpoints :: Proxy (WithCustomErrorScheme sub) -> [APIEndpoint] # | |
HasSwagger (WithCustomErrorScheme GargAPI) # | |
Defined in Gargantext.API.Routes | |
HasServer subApi ctx => HasServer (WithCustomErrorScheme subApi :: Type) ctx # | |
Defined in Gargantext.API.Routes.Types type ServerT (WithCustomErrorScheme subApi) m # route :: Proxy (WithCustomErrorScheme subApi) -> Context ctx -> Delayed env (Server (WithCustomErrorScheme subApi)) -> Router env # hoistServerWithContext :: Proxy (WithCustomErrorScheme subApi) -> Proxy ctx -> (forall x. m x -> n x) -> ServerT (WithCustomErrorScheme subApi) m -> ServerT (WithCustomErrorScheme subApi) n # | |
type ServerT (WithCustomErrorScheme subApi :: Type) m # | |
Defined in Gargantext.API.Routes.Types |