Go to file
2018-09-19 16:35:05 -05:00
internal Big refactor, moved methods around so they are more logically associated. Also made every device carry a reference to the arlo object. Finally, added some sugar to the http code so xCloudId can be properly set. Half way home, but still miles to go... 2018-09-19 14:12:06 -05:00
.gitignore Implementing EventStream support (still a WIP). 2018-09-16 23:44:41 -05:00
arlo_test.go More refactoring; eventstream is working, but still needs work. 2018-09-19 02:07:32 -05:00
arlo.go Added basic support for unsubscribing from the event stream. Also refactored the eventstream code to make it more dry and robust. 2018-09-19 16:35:05 -05:00
basestation.go Added basic support for unsubscribing from the event stream. Also refactored the eventstream code to make it more dry and robust. 2018-09-19 16:35:05 -05:00
camera.go Big refactor, moved methods around so they are more logically associated. Also made every device carry a reference to the arlo object. Finally, added some sugar to the http code so xCloudId can be properly set. Half way home, but still miles to go... 2018-09-19 14:12:06 -05:00
const.go More refactoring; eventstream is working, but still needs work. 2018-09-19 02:07:32 -05:00
devices.go Big refactor, moved methods around so they are more logically associated. Also made every device carry a reference to the arlo object. Finally, added some sugar to the http code so xCloudId can be properly set. Half way home, but still miles to go... 2018-09-19 14:12:06 -05:00
events_stream.go Added basic support for unsubscribing from the event stream. Also refactored the eventstream code to make it more dry and robust. 2018-09-19 16:35:05 -05:00
Gopkg.lock More refactoring; eventstream is working, but still needs work. 2018-09-19 02:07:32 -05:00
Gopkg.toml EventSteam working, still needs cleanup. 2018-09-18 13:02:21 -05:00
library.go Big refactor, moved methods around so they are more logically associated. Also made every device carry a reference to the arlo object. Finally, added some sugar to the http code so xCloudId can be properly set. Half way home, but still miles to go... 2018-09-19 14:12:06 -05:00
LICENSE Initial commit 2017-11-22 10:47:15 -06:00
README.md Initial commit 2017-11-22 10:47:15 -06:00
responses.go Big refactor, moved methods around so they are more logically associated. Also made every device carry a reference to the arlo object. Finally, added some sugar to the http code so xCloudId can be properly set. Half way home, but still miles to go... 2018-09-19 14:12:06 -05:00
types.go Big refactor, moved methods around so they are more logically associated. Also made every device carry a reference to the arlo object. Finally, added some sugar to the http code so xCloudId can be properly set. Half way home, but still miles to go... 2018-09-19 14:12:06 -05:00
util.go Big refactor, moved methods around so they are more logically associated. Also made every device carry a reference to the arlo object. Finally, added some sugar to the http code so xCloudId can be properly set. Half way home, but still miles to go... 2018-09-19 14:12:06 -05:00

arlo-go

Go package for interacting with Netgear's Arlo camera system.