class Shanon::Clients::AuthenticationClient

Constants

PATH

Public Instance Methods

get() click to toggle source
# File lib/shanon/clients/authentication_client.rb, line 6
def get
  params = params_with_signature(password: secrets[:password])
  response = conn.get(PATH, params)
  response.body
end