Class: Zillabyte::API::SemanticTags
- Defined in:
- lib/zillabyte/api/semantic_tags.rb
Instance Method Summary collapse
-
#list(options = {}) ⇒ Object
GET /semantic_tags.
Methods inherited from Base
Constructor Details
This class inherits a constructor from Zillabyte::API::Base
Instance Method Details
#list(options = {}) ⇒ Object
GET /semantic_tags
6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
# File 'lib/zillabyte/api/semantic_tags.rb', line 6 def list( = {}) = { # TODO }.merge() res = @api.request( :expects => 200, :method => :get, :path => "/semantic_tags" ) res.body end |