class BinaryEdge::Client::Image

Public Instance Methods

tags() click to toggle source

Get the list of possible tags for the images.

@return [Array]

# File lib/binaryedge/clients/image.rb, line 14
def tags
  _get("/query/image/tags") { |json| json }
end