-
Notifications
You must be signed in to change notification settings - Fork 1
Client Documentation
Kevin Elliott edited this page Aug 18, 2019
·
3 revisions
How to use the arlo-ruby client library.
| Method | Arguments | Description |
|---|---|---|
| login |
email (String), password (String) |
Login the user |
| update_password |
current_password (String), new_password (String) |
Change password for current user |
| update_profile |
first_name (String), last_name (String) |
Change user profile |
| Method | Arguments | Description |
|---|---|---|