Class: Gems::Client
Instance Method Summary collapse
Instance Method Details
#search_with_page(query, page) ⇒ Object
12 13 14 15 |
# File 'lib/itamae-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 |