Class: Tagometer::Client
- Inherits:
-
Object
- Object
- Tagometer::Client
- Includes:
- HTTParty
- Defined in:
- lib/tagometer/client.rb
Instance Method Summary collapse
Instance Method Details
#get(md5_url) ⇒ Object
7 8 9 |
# File 'lib/tagometer/client.rb', line 7 def get(md5_url) self.class.get("#{API_URL}#{md5_url}", :format => :json) end |