class JsonClient::Index::Request

Public Instance Methods

fetch() click to toggle source
# File lib/json_client/index.rb, line 4
def fetch
  client.get url, params: auth_params
end