module GrooveHQ::Client::Agents

Public Instance Methods

agent(email) click to toggle source
# File lib/groovehq/client/agents.rb, line 6
def agent(email)
  get("/agents/#{email}")
end
agents(options = {}) click to toggle source
# File lib/groovehq/client/agents.rb, line 10
def agents(options = {})
  get("/agents", options)
end