Class: BinaryEdge::Client::Image

Inherits:
Base
  • Object
show all
Includes:
Action::IP, Action::Search
Defined in:
lib/binaryedge/clients/image.rb

Constant Summary

Constants inherited from Base

Base::BASE_URL, Base::HOST, Base::VERSION

Instance Attribute Summary

Attributes inherited from Base

#api_key

Instance Method Summary collapse

Methods included from Action::Search

#search

Methods included from Action::IP

#ip

Methods inherited from Base

#initialize

Constructor Details

This class inherits a constructor from BinaryEdge::Client::Base

Instance Method Details

#tagsArray

Get the list of possible tags for the images.

Returns:

  • (Array)


14
15
16
# File 'lib/binaryedge/clients/image.rb', line 14

def tags
  _get("/query/image/tags") { |json| json }
end