| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Gargantext.API.Routes.Types
Documentation
data WithCustomErrorScheme a #
Instances
| HasEndpoint sub => HasEndpoint (WithCustomErrorScheme sub :: Type) # | |
Defined in Gargantext.API.Routes.Types Methods 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 Associated Types type ServerT (WithCustomErrorScheme subApi) m # Methods 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 | |