module Face::Client::Accounts

Public Instance Methods

account_authenticate(opts={}) click to toggle source
# File lib/face/client/accounts.rb, line 16
def account_authenticate(opts={})
  make_request(:account_authenticate, opts.merge(user_auth_param))
end
account_limits(opts={}) click to toggle source
# File lib/face/client/accounts.rb, line 4
def account_limits(opts={})
  make_request(:tags_remove, opts.merge(user_auth_param))
end
account_namespaces(opts={}) click to toggle source
# File lib/face/client/accounts.rb, line 12
def account_namespaces(opts={})
  make_request(:account_namespaces, opts.merge(user_auth_param))
end
account_users(opts={}) click to toggle source
# File lib/face/client/accounts.rb, line 8
def account_users(opts={})
  make_request(:account_users, opts.merge(user_auth_param))
end