Bruce Marriner
|
adac11495a
|
Inital addition of Websocket handling. Lots of moving things around.
|
2015-11-08 19:26:46 -06:00 |
|
Bruce Marriner
|
665c468c33
|
Updated Request func to handle POST as well. Updated other
functions to use it. Now all HTTP API calls run though the
Request function to make the actual call.
|
2015-11-07 11:48:27 -06:00 |
|
Bruce Marriner
|
c99caaf2d7
|
Used a map for something! Added notes.. nothing big.
|
2015-11-04 07:52:33 -06:00 |
|
Bruce Marriner
|
7b7b1d381c
|
Added SendMessage function to client.go and example of it to demo.go
|
2015-11-03 11:25:22 -06:00 |
|
Bruce Marriner
|
782fbe2bc9
|
Added Message func to client.go to pull channel messages
|
2015-11-03 10:56:09 -06:00 |
|
Bruce Marriner
|
ec6f07259d
|
Renamed Close to Logout. Removed unneeded sprintf calls.
|
2015-11-03 09:28:15 -06:00 |
|
Bruce Marriner
|
302f4976a9
|
Renamed RequestToken to Login
|
2015-11-03 08:51:21 -06:00 |
|
Bruce Marriner
|
66da5a3ae4
|
Created a client.go with low level access functions and started
working on "easy access" methods in each data structure that point
to the low level client.go functions. Added channel.go, server.go
|
2015-11-03 08:35:58 -06:00 |
|
Bruce Marriner
|
09728d6ffe
|
Removed client.go (well, renamed and heavily modified)
|
2015-11-02 18:51:08 -06:00 |
|
Bruce Marriner
|
1e1ad5940b
|
Initial add of client.go
|
2015-11-01 19:00:21 -06:00 |
|