Skip to content

Team Manager

Jetrin Chokchai edited this page Oct 11, 2018 · 1 revision

Class: TeamManager(call_api)

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


Constructor

TeamManager(call_api)

Create an team manager.

Parameters:

Name Type Description
call_api function A function which call Acrosure API.

Members

call_api :function

call_api Function (which should be granted by AcrosureClient#call_api )

Type:

  • function

Methods

get_info() → {dict}

Get current team info.

Returns:

  • Current team info.

Type

  • dict

Clone this wiki locally