aboutsummaryrefslogtreecommitdiff
path: root/bridge_test.go
AgeCommit message (Expand)Author
2016-09-23Fixed bridge_test file outputCollin Guarino
2016-02-29Changed FindBridge to FindBridges (plural) and refactored the function to ret...Collin Guarino
2016-02-28Ran go fmt on all files.Collin Guarino
2016-02-27Major fix for Bridge.CreateUser and change to user management design.Collin Guarino
2016-02-27Fixed Bridge.Login to verify authentication instead of crashing later.Collin Guarino
2016-02-27Implemented FindBridge, added unit tests, and documentation.Collin Guarino
2016-02-18Implemented Bridge.Login() func that will assign Bridge.Username and create t...Collin Guarino
2016-02-14Implemented GetSchedules func with new Schedule struct.Collin Guarino
2016-02-13Implemented Bridge.DeleteUser func and tweaked Bridge.CreateUserCollin Guarino
2016-02-13Converted GetBridgeInfo to Bridge.GetInfoCollin Guarino
2016-02-13Moved CreateUser to Bridge.CreateUserCollin Guarino
2016-02-10Added email to license headers.Collin Guarino
2016-02-10Added screenname to license headers.Collin Guarino
2016-02-10Added GPLv2 license header to all files.Collin Guarino
2016-01-28Cleaned up unit tests.Collin Guarino
2016-01-28Refactored GetAllLights to work well with GetLightCollin Guarino
2016-01-25Working implementation for CreateUser with unit tests.Collin Guarino
2016-01-24Unit tests for lights.go file.Collin Guarino
2016-01-24Unit tests for bridge.go file.Collin Guarino