Class: TeamManager

TeamManager(args)

Represents an TeamManager. (You most likely shouldn't be accessing this directly, use AcrosureClient#team instead.)

Constructor

new TeamManager(args)

Create a team manager.
Parameters:
Name Type Description
args Object An object consists of several properties.
Properties
Name Type Description
callAPI function A function which call Acrosure API.
Source:

Members

callAPI :function

callAPI Function (which should be granted by AcrosureClient#callAPI )
Type:
  • function
Source:

Methods

(async) getInfo() → {Object}

Get current team info.
Source:
Returns:
Current team info.
Type
Object