Module: Adafruit::IO::Client::User
- Included in:
- Adafruit::IO::Client
- Defined in:
- lib/adafruit/io/client/user.rb
Instance Method Summary collapse
-
#user(*args) ⇒ Object
Get user associated with the current key.
Instance Method Details
#user(*args) ⇒ Object
Get user associated with the current key. If this method returns nil it means you have a bad key.
9 10 11 |
# File 'lib/adafruit/io/client/user.rb', line 9 def user(*args) get '/api/v2/user' end |