Module: Unbabel::Topic

Included in:
Client
Defined in:
lib/unbabel/topic.rb

Instance Method Summary collapse

Instance Method Details

#topicsObject



3
4
5
6
# File 'lib/unbabel/topic.rb', line 3

def topics
  response = Unirest.get("#{Unbabel::Client::ENDPOINT}/topic")
  response.body['objects']
end