jeffreydwalter / arlo-go

WIP - (BETA) - Go package for interacting with Netgear's Arlo camera system.
MIT License
43 stars 8 forks source link

Un-export exported URI constants in const.go. #13

Open jeffreydwalter opened 5 years ago

jeffreydwalter commented 5 years ago

Unless a method on Arlo is provided to arbitrarily call a given API endpoint, the *Uri constants that are exported here, I don't see why they would need to be exported, given the end user isn't going to use them. This would reduce the type footprint for users.