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
|
- 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
|
- Source: