Module: Trell::Client::Tokens

Included in:
Trell::Client
Defined in:
lib/trell/client/tokens.rb

Instance Method Summary collapse

Instance Method Details

#tokens(username, options = {}) ⇒ Object



4
5
6
# File 'lib/trell/client/tokens.rb', line 4

def tokens(username, options = {})
  get "members/#{username}/tokens", options
end