Request

Request

new Request(url, configuration)

Parameters:
Name Type Description
url
configuration
Source:

Methods

calculateCost()

Returns the number of credits required to perform the current request without actually performing it.
Source:

get()

Executes the current request and returns it's data, status code and cost information.
Source:

Request

new Request(url, configuration)

Parameters:
Name Type Description
url String
configuration Object
Source:

Methods

calculateCost()

Returns the number of credits required to perform the current request without actually performing it.
Source:

get()

Executes the current request and returns it's data, status code and cost information.
Source: