BinaryEdge::Client::Base
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