XData.Server.Module Namespace
Classes
| Name | Description |
|---|---|
| TRedocOptions | Options that control the Redoc interface published by a server module. |
| TSwaggerOptions | Options that control the OpenAPI (Swagger) document generated by a server module. |
| TSwaggerUIOptions | Options that control the Swagger UI interface published by a server module. |
| TXDataServerModule | The XData server module: answers the REST API requests addressed to its base URL, using Aurelius to read and write the entities of an XData model. |
Enumerations
| Name | Description |
|---|---|
| TSwaggerAuthMode | Defines the authentication scheme declared in the generated OpenAPI document. |
| TSwaggerUIExpansion | Defines how much of the operation list Swagger UI expands by default. |
Anonymous methods
| Name | Description |
|---|---|
| TGetAbsoluteUrlEvent | Event type used to customize the absolute URL the server builds for a resource, for example the URL sent in the Location header of a response. |