A valid HTTP-Method.
An array of valid HTTP-Methods.
Denotes whether a GNParam is a path, header, or query/body parameter.
| Param | PTo |
Example |
|---|---|---|
| Path | path |
curl https://rest.com/<PATH> |
| Header | header |
curl -H "Token:345j_hk234 https://rest.com/user |
| Query | query |
curl https://rest.com/search?q=<QUERY> |
| Body | body |
curl -X PUT -d name=daniel https://rest.com/edit |
Valid primitive-types for defining a PType OpenAP 3.x document.
Valid primitive-types for QYRequest params.
Valid Iterables containing primitive-types for QYRequest params.
A plain-object representing the path-params of an request.
A plain-object representing the query/body of an request.
A callback that acquires a Getter Property.
A callback that acquires a Getter Property.
A callback that assign a Setter Property.
A callback that assign a Setter Property.
A callback that handles a GNParam's formatting.
A callback that retrieves/updates data in the backend.
Either an Array of Strings that form a SQL query, or A callback that retrieves/updates data in the backend.
A callback that handles a AuthRequest.
A callback that Parses the GNParam Results.
Valid request-methods for use with ExpressJS.
The kind of request configurator to use when adding a Route.
A hanlder for ExpressJS requests & middleware.
Constructs the full-path & scheme of a Route.
A function that configures a socket-session with it's appropriate handlers and a response object.
A collection of Property Descriptors. The key indicates the property name, and the value is the PropertyDescription.
Valid PTOpts.types.
The possible HTTP_MSG types that can be used.
Valid types for a DCT key.
Either a single-sanitzer callback, or an array of many callbacks.
An alias representing the valid styles of BaseEndpoint configurations.
...
...
...
The default structure of any data that it to be recieved from a CFG.SPCE.SpaceHandler.Call request,
and subsequently passed to the CFG.SPCE.SpaceHandler.Build. This can be used to account for default-values
in a response when certain values are null or undefined.
A callback that sanitzes a values according to it's PType.
...
An Error that can occur within a CBQYHandle.
The payload returned within a QueryGN query handler.
The HTTP-Method, GET.
The HTTP-Method, POST.
The HTTP-Method, PUT.
The HTTP-Method, DELETE.
The HTTP-Method, MIDDLEWARE.
Gloabl configuration
interfacesfor thedffrnt.confsmodule of thedffrnt.apiframework.