AuthObject

AuthObject

new AuthObject(username, key, session_id)

Creates an instance of the SkyCiv AuthObject class.

Parameters:
Name Type Default Description
username string null

Your SkyCiv username.

key string null

Your SkyCiv API key.

session_id string null

The session_id. This package will automatically add this to the APIObject if you use the APIObject's .request() method.

Source: