Sam
|
6e94b343de
|
Update wallet types, and make wallet methods adhere to new structure
|
6 years ago |
Sam
|
103b798008
|
Add additional types for payments
|
6 years ago |
Sam
|
692a073417
|
Move wallet types into types.go, and standardize wallet stuff to more closely match chat stuff
|
6 years ago |
Sam
|
ed6f57d6e6
|
Cleanup some variable names
|
6 years ago |
Sam
|
370fce9406
|
Combine chatIn.go and chatOut.go into just chat.go
|
6 years ago |
Sam
|
1b089d2833
|
Add Params to ChatAPI instance so we can fill it with data
|
6 years ago |
Sam
|
a5a50f79cd
|
Catch any JSON errors
|
6 years ago |
Sam
|
0ea666392d
|
Structs held in ChatAPI need to be pointers in order to not be included in marshalled JSON
|
6 years ago |
Sam
|
d870b1aa3b
|
Move Conversations and Offline from ChatAPI to result, where they belong
|
6 years ago |
Sam
|
7cc8e14fe2
|
Move more types into types.go
|
6 years ago |
Sam
|
9e443921c4
|
Update result struct to include stuff i forgot
|
6 years ago |
Sam
|
143dde64f6
|
Added chat.Read(), along with Next() and Previous()
|
6 years ago |
Sam
|
22f6125e36
|
Move more types into types.go and general cleanup
|
6 years ago |
Sam
|
7c4a1b7ba4
|
Combine ChatIn and ChatOut structs to ChatAPI and move them to types.go
|
6 years ago |
Sam
|
fc57dcf8ca
|
Change Keybase type to a pointer so it can be re-used
|
6 years ago |
Sam
|
c182fe7e44
|
Update comments for documentation
|
6 years ago |
Sam
|
8c7f74594d
|
Make variables in getNewMessages() more generally descriptive, and (hopefully) finally fix the function so it restarts the api-listen command when it dies
|
6 years ago |
Sam
|
354fa145e1
|
Put cmd.Start() and cmd.Wait() in a loop so keybase restarts if it dies
|
6 years ago |
Sam
|
51796165cf
|
Move cmd.Wait() and put scanner in a go routine
|
6 years ago |
Sam
|
075fa737af
|
Add cmd.Wait() to Keybase.Run()
|
6 years ago |
Sam
|
d05601455b
|
Increment heartbeat counter
|
6 years ago |
Sam
|
dcd697b559
|
Add option to send a heartbeat throush the channel
|
6 years ago |
Sam
|
317af3fa39
|
Change Runner() to Run() and add ability to pass options
|
6 years ago |
Sam
|
e077e50d6d
|
Add StellarAddress()
|
6 years ago |
Sam
|
17e3a7ab6d
|
Update go.mod to accurately reflect package url for master branch
|
6 years ago |
Sam
|
a3c0fbf447
|
Add support for git push messages
|
6 years ago |
Sam
|
63e41c70ab
|
Remove balances. Will readd later
|
6 years ago |
Sam
|
e5fa55e398
|
Fix wallet output
|
6 years ago |
Sam
|
399e0b4e94
|
Add TxDetail for stellar transactions
|
6 years ago |
Sam
|
db332e733a
|
update go.mod for dev branch
|
6 years ago |
Sam
|
ae3ed73adc
|
Add support for incoming messages. This breaks NewChat() in previous versions
|
6 years ago |
Sam
|
4728aa6133
|
Start work on wallet API
|
6 years ago |
Sam
|
efd8dab359
|
Add chat.Edit()
|
6 years ago |
Sam
|
003ba3a4e0
|
Re-organize everything to make it cleaner... hopefully
|
6 years ago |
Sam
|
f8cc1058af
|
Change ChatSendReaction and ChatSendReactionTeam to ChatReact and ChatReactTeam
|
6 years ago |
Sam
|
4bb0f122a5
|
Changed chatOutResultResult to ChatOut for ease of use
|
6 years ago |
Sam
|
6f9dfef5fe
|
Rename api.go to keybase.go
|
6 years ago |
Sam
|
fea0ecaf4c
|
Moved main doc stuff to its own file
|
6 years ago |
Sam
|
34a481fea0
|
Corrected package name
|
6 years ago |
Sam
|
c18721fddd
|
Re-organized folder structure
|
6 years ago |
Sam
|
2ea899d19c
|
setting proper url for go.mod
|
6 years ago |
Sam
|
3742f78ad0
|
re-adding go.mod
|
6 years ago |
Sam
|
64a0f4878a
|
Remove unnecessary files
|
6 years ago |
Sam
|
12869de13b
|
Add ability to delete messages
|
6 years ago |
Sam
|
efc6ada622
|
Fix typo in docs
|
6 years ago |
Sam
|
f61f08daf4
|
Add ability to send reactions
|
6 years ago |
Sam
|
8e3274d6f3
|
Clean up and clarify functions a bit
|
6 years ago |
Sam
|
9cb30d2622
|
Small doc updates
|
6 years ago |
Sam
|
db7996185e
|
Add ChatList()
|
6 years ago |
Sam
|
210c3c0f40
|
Updated example
|
6 years ago |