module Adafruit::IO::Client::User

Public Instance Methods

user(*args) click to toggle source

Get user associated with the current key. If this method returns nil it means you have a bad key.

# File lib/adafruit/io/client/user.rb, line 9
def user(*args)
  get '/api/v2/user'
end