# File 'lib/fulfillment/resources/venues.rb', line 11deffind(fulfillment_method,id)response=Request.new("venues/#{id}",fulfillment_method:fulfillment_method).getreturnifresponse.body.nil?||response.body.empty?response.bodyend
#search(fulfillment_method, params) ⇒ Object
6
7
8
9
# File 'lib/fulfillment/resources/venues.rb', line 6defsearch(fulfillment_method,params)response=Request.new("venues",fulfillment_method:fulfillment_method,query:params).getresponse.bodyend