Module: BWAPI::Client::TestSearch
- Included in:
- BWAPI::Client
- Defined in:
- lib/bwapi/client/test_search.rb
Overview
TestSearch module for testSearch endpoint
Instance Method Summary collapse
-
#test_search_content(opts = {}) ⇒ Hashie::Mash
Retrieve full text for a given url.
Instance Method Details
#test_search_content(opts = {}) ⇒ Hashie::Mash
Retrieve full text for a given url
11 12 13 |
# File 'lib/bwapi/client/test_search.rb', line 11 def test_search_content(opts = {}) get 'testsearch/content', opts end |