Class: Config

Config()

new Config()

Config Class
Source:

Methods

getKey()

Get API-KEY that are in use
Source:
Returns:
the API-KEY

getUrl()

Get url that are in use
Source:
Returns:
the URL

setKey(key)

Set the api-key value for http-rest
Parameters:
Name Type Description
key String The API-KEY used for authentication
Source:

setUrl(pUrl)

Set the access url
Parameters:
Name Type Description
pUrl String The url for the service access
Source: