Module: ProsperWorks::ApiOperations::Search
Instance Method Summary collapse
Methods included from Connect
#get_uri, #handle_multiple_response, #handle_response, #send_request
Instance Method Details
#search(params = {}) ⇒ Object
7 8 9 10 11 12 |
# File 'lib/prosperworks/api_operations/search.rb', line 7 def search(params = {}) uri = get_uri(api_name, 'search') response = send_request("post", uri, params) handle_multiple_response(response) end |