module Voog::API::Search
Public Instance Methods
search(params = {})
click to toggle source
Perform full text search over current public (and indexed) content.
@see www.voog.com/developers/api/resources/search#get_search
# File lib/voog_api/api/search.rb, line 12 def search(params = {}) paginate 'search', {query: params} end