ServerConfig
Object representing the configuration of the test-rest server.
Constructor Summary
| Public Constructor | ||
| public |
constructor(identifierKey: string, routes: Array<EndpointConfig>) Creates a new instance of ServerConfig |
|
Member Summary
| Public Members | ||
| public |
|
|
| public |
|
|
Public Constructors
public constructor(identifierKey: string, routes: Array<EndpointConfig>) source
Creates a new instance of ServerConfig
Params:
| Name | Type | Attribute | Description |
| identifierKey | string |
|
Property name used as the identifier for the resources. |
| routes | Array<EndpointConfig> | Endpoint routes for the server. |