index
:
gohue
master
Phillips Hue API client in Go.
Ben
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bridge_test.go
Age
Commit message (
Expand
)
Author
2016-09-23
Fixed bridge_test file output
Collin Guarino
2016-02-29
Changed FindBridge to FindBridges (plural) and refactored the function to ret...
Collin Guarino
2016-02-28
Ran go fmt on all files.
Collin Guarino
2016-02-27
Major fix for Bridge.CreateUser and change to user management design.
Collin Guarino
2016-02-27
Fixed Bridge.Login to verify authentication instead of crashing later.
Collin Guarino
2016-02-27
Implemented FindBridge, added unit tests, and documentation.
Collin Guarino
2016-02-18
Implemented Bridge.Login() func that will assign Bridge.Username and create t...
Collin Guarino
2016-02-14
Implemented GetSchedules func with new Schedule struct.
Collin Guarino
2016-02-13
Implemented Bridge.DeleteUser func and tweaked Bridge.CreateUser
Collin Guarino
2016-02-13
Converted GetBridgeInfo to Bridge.GetInfo
Collin Guarino
2016-02-13
Moved CreateUser to Bridge.CreateUser
Collin Guarino
2016-02-10
Added email to license headers.
Collin Guarino
2016-02-10
Added screenname to license headers.
Collin Guarino
2016-02-10
Added GPLv2 license header to all files.
Collin Guarino
2016-01-28
Cleaned up unit tests.
Collin Guarino
2016-01-28
Refactored GetAllLights to work well with GetLight
Collin Guarino
2016-01-25
Working implementation for CreateUser with unit tests.
Collin Guarino
2016-01-24
Unit tests for lights.go file.
Collin Guarino
2016-01-24
Unit tests for bridge.go file.
Collin Guarino