Method: HalcyonAPI::Client#team

Defined in:
lib/halcyon_api/client.rb

#team(_team_id) ⇒ Object

Gets aggregated lifetime information about a single team

Raises:

  • (NotImplementedError)

    this endpoint is not yet available

See Also:



150
151
152
# File 'lib/halcyon_api/client.rb', line 150

def team(_team_id)
  raise(NotImplementedError, 'Coming soon!')
end