class Shanon::Clients::VisitorClient

Constants

PATH

Public Instance Methods

get(opts={}) click to toggle source

opts = {

search_key1: 'DateRegist',
search_operator1: 'lt',
search_value1: '2018-01-01T00:00:00+09:00'

}

# File lib/shanon/clients/visitor_client.rb, line 13
def get(opts={})
  params = params_with_signature(opts)
  response = conn.get PATH, params
  response.body
end