getTeam

fun getTeam(team: Team): JSONObject

Function to execute the request to get a team

Return

the result of the request as JSONObject

Parameters

team

: the team to get


fun getTeam(teamId: String): JSONObject

Function to execute the request to get a team

Return

the result of the request as JSONObject

Parameters

teamId

: the identifier of the team to get