class Gems::Client

Public Instance Methods

search_with_page(query, page) click to toggle source
# File lib/ruboty-sonar.rb, line 12
def search_with_page(query, page)
  response = get('/api/v1/search.json', query: query, page: page.to_s)
  JSON.parse(response)
end