Module: Frontapp::Client::Teams

Included in:
Frontapp::Client
Defined in:
lib/frontapp/client/teams.rb

Instance Method Summary collapse

Instance Method Details

#get_team(team_id) ⇒ Object

Parameters Name Type Description


team_id string Id of the requested team




14
15
16
# File 'lib/frontapp/client/teams.rb', line 14

def get_team(team_id)
  get("teams/#{team_id}")
end

#teams(params = {}) ⇒ Object



5
6
7
# File 'lib/frontapp/client/teams.rb', line 5

def teams(params = {})
  list("teams", params)
end