Module: Face::Client::Accounts

Included in:
Base
Defined in:
lib/face/client/accounts.rb

Instance Method Summary collapse

Instance Method Details

#account_authenticate(opts = {}) ⇒ Object



16
17
18
# File 'lib/face/client/accounts.rb', line 16

def (opts={})
  make_request(:account_authenticate, opts.merge(user_auth_param))
end

#account_limits(opts = {}) ⇒ Object



4
5
6
# File 'lib/face/client/accounts.rb', line 4

def (opts={})
  make_request(:tags_remove, opts.merge(user_auth_param))
end

#account_namespaces(opts = {}) ⇒ Object



12
13
14
# File 'lib/face/client/accounts.rb', line 12

def (opts={})
  make_request(:account_namespaces, opts.merge(user_auth_param))
end

#account_users(opts = {}) ⇒ Object



8
9
10
# File 'lib/face/client/accounts.rb', line 8

def (opts={})
  make_request(:account_users, opts.merge(user_auth_param))
end