Sha256: 5dc21a09cfe1a7ca44187ad3b457aa20c7651d9e01a43951c65299bdbdf85c0f

Contents?: true

Size: 175 Bytes

Versions: 2

Compression:

Stored size: 175 Bytes

Contents

module Arlo
  class API
    def get_profile token
      profile = get('https://arlo.netgear.com/hmsweb/users/profile', token)
      JSON.parse(profile.body)
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
arlo-0.0.3 lib/arlo/profile.rb
arlo-0.0.2 lib/arlo/profile.rb