Global

Methods

request(apiObject, callback, options)

Make a request using the SkyCiv API

Parameters:
Name Type Description
apiObject object

A SkyCiv API Object

callback function

The function to run after the request. Receives a parsed response.

options Object

Additional options

Properties
Name Type Description
version 2 | 3

The API version to use. Defaults to 3.

http_or_https "http" | "https"

Whethere the request should use http or https. Defaults to https.

Source:

requestPromise(reqObject, options)

Make a request using the SkyCiv API

Parameters:
Name Type Description
reqObject object

A SkyCiv API Object

options object

Additional options

Properties
Name Type Description
version 2 | 3

The API version to use. Defaults to 3.

http_or_https "http" | "https"

Whethere the request should use http or https. Defaults to https.

Source: