module BWAPI::Client::TestSearch
TestSearch
module for testSearch endpoint
Public Instance Methods
test_search_content(opts = {})
click to toggle source
Retrieve full text for a given url @param opts [Hash] options hash of parameters @option opts [String] url the url to test search @return [Hash] full text of the url
# File lib/bwapi/client/test_search.rb, line 9 def test_search_content(opts = {}) get 'testsearch/content', opts end