Method: DiscourseApi::Client#get

Defined in:
lib/discourse_api/client.rb

#get(path, params = {}) ⇒ Object



67
68
69
# File 'lib/discourse_api/client.rb', line 67

def get(path, params={})
  request(:get, path, params)
end