Class

ReketConfig

ReketConfig()

This class manages the entire configuration of Reket.

Constructor

# new ReketConfig()

View Source config/config.js, line 5

Members

ReketConfigItem

# readonly client

The ReketConfigItem that store the client instance that will be used for making HTTP requests.

View Source config/config.js, line 19

Map.<string, *>

# private config

Configuration used by ReketCore instance.

View Source config/config.js, line 11

ReketConfigHooks

# readonly hooks

A list of available hooks that can be used

View Source config/config.js, line 29

ReketConfigRequestTypes

# readonly requestTypes

A list of available request types that can be used to predifine some url prefix.

View Source config/config.js, line 39

ReketConfigItem

# readonly urlPrefix

A global/default url prefix that will be used if none provided by the request.

View Source config/config.js, line 49