- Source:
Classes
Type Definitions
Auth
Type:
- object
Properties:
Name | Type | Description |
---|---|---|
userKey |
string | (Optional) The key from |
passKey |
string | (Optional) The key from |
isRequired |
string | (Optional) If |
- Source:
Badge
Badge Object, validated against serviceDataSchema
Type:
- object
Properties:
Name | Type | Description |
---|---|---|
isError |
boolean | (Optional) |
label |
string | (Optional) |
message |
string | number | |
color |
string | (Optional) |
link |
Array.<string> | (Optional) |
- Source:
DefaultBadgeData
Default badge properties, validated against defaultBadgeDataSchema
Type:
- object
Properties:
Name | Type | Description |
---|---|---|
label |
string | (Optional) |
color |
string | (Optional) |
labelColor |
string | (Optional) |
namedLogo |
string | (Optional) |
- Source:
Route
Type:
- object
Properties:
Name | Type | Description |
---|---|---|
base |
string | (Optional) The base path of the routes for this service. This is used as a prefix. |
pattern |
string | A path-to-regexp pattern defining the route pattern and param names See https://www.npmjs.com/package/path-to-regexp |
format |
RegExp | Deprecated: Regular expression to use for routes for this service's badges
Use |
capture |
Array.<string> | Deprecated: Array of names for the capture groups in the regular
expression. The handler will be passed an object containing
the matches.
Use |
queryParamSchema |
Joi.object | (Optional) A Joi schema ( |
- Source: