Class: Talkable::API::Metric

Inherits:
Base
  • Object
show all
Defined in:
lib/talkable/api/metric.rb

Class Method Summary collapse

Methods inherited from Base

get, post, put

Class Method Details

.find(name, params = {}) ⇒ Object



5
6
7
# File 'lib/talkable/api/metric.rb', line 5

def find(name, params = {})
  get "/metrics/#{name}", params
end