module Sentimeta::Client::Info

Public Instance Methods

catalog(path=nil) click to toggle source
# File lib/sentimeta/client/info.rb, line 8
def catalog path=nil
  get :infotext, { lang: Sentimeta.lang, param: "catalog-annotation", data: { path: path }}
end
hints() click to toggle source
# File lib/sentimeta/client/info.rb, line 12
def hints
  get(:infotext, { lang: Sentimeta.lang, design: "std", param: "hints" })['hint1']['multiple']
end
main(options) click to toggle source
# File lib/sentimeta/client/info.rb, line 16
def main options
  get :infotext, { lang: Sentimeta.lang, design: 'std', param: 'main' }.merge(options)
end
presets(options) click to toggle source
# File lib/sentimeta/client/info.rb, line 20
def presets options
  get :infotext, { lang: Sentimeta.lang, design: "std", param: "presets" }.merge(options)
end
sphere() click to toggle source
# File lib/sentimeta/client/info.rb, line 5
def sphere() Sentimeta.sphere end