Method: HalcyonAPI::Client#teams
- Defined in:
- lib/halcyon_api/client.rb
#teams(_filter_params = {}) ⇒ Object
Gets aggregated lifetime information about teams (multiple)
142 143 144 |
# File 'lib/halcyon_api/client.rb', line 142 def teams(_filter_params = {}) raise(NotImplementedError, 'Coming soon!') end |