|
|
d04c10ae70
|
Add NewWallet() method
|
2019-09-23 00:47:14 -04:00 |
|
|
|
f3a507b8a8
|
Add wallet interface and type
|
2019-09-23 00:46:24 -04:00 |
|
|
|
e829386733
|
Added RequestPayment info
|
2019-09-22 01:26:35 -04:00 |
|
|
|
e3bf9364b8
|
Add CancelRequest to keybase
|
2019-09-22 01:18:21 -04:00 |
|
|
|
3b0984102c
|
Add Mark method to Chat
|
2019-09-21 22:30:16 -04:00 |
|
|
|
9dbf3b1664
|
Add Pin and Unpin methods to Chat
|
2019-09-21 11:20:56 -04:00 |
|
|
|
798f98f679
|
Add additional information and an example to the docs
|
2019-09-18 00:58:32 -04:00 |
|
|
|
fd0188ce3d
|
Add doc strings to Upload, Download, and LoadFlip
|
2019-09-18 00:13:30 -04:00 |
|
|
|
1739a81176
|
Update version() to use new Exec() command
|
2019-09-17 23:41:35 -04:00 |
|
|
|
30f10d40e1
|
Update loggedIn() to use new Exec() command
|
2019-09-17 23:40:36 -04:00 |
|
|
|
97cda8c249
|
Update username() to use new Exec() command
|
2019-09-17 23:39:51 -04:00 |
|
|
|
500a965df2
|
Increase default channel capacity to 100, and allow it to be set in RunOptions
|
2019-09-17 22:37:13 -04:00 |
|
|
|
a11d16faa0
|
Add RequestPayment to wallet api
|
2019-09-13 17:08:03 -04:00 |
|
|
|
c624a0d0f8
|
Update wallet api to use new Exec() command
|
2019-09-13 17:01:33 -04:00 |
|
|
|
05b6b83d3c
|
Update team api to use new Exec() command
|
2019-09-13 16:56:16 -04:00 |
|
|
|
d01fa2a0fb
|
Update chat api to use new Exec() command
|
2019-09-13 16:55:19 -04:00 |
|
|
|
da497dd04a
|
Add Exec()
|
2019-09-13 16:53:08 -04:00 |
|
|
|
d962600f9c
|
Make flipStatus.ResultInfo and flipStatus.ErrorInfo pointers to easily check if they're nil
|
2019-09-11 17:41:12 -04:00 |
|
|
|
e22b187730
|
First attempt to add LoadFlip()
|
2019-09-10 17:53:02 -04:00 |
|
|
|
d99546ae79
|
Add upload and download methods to chat
|
2019-09-07 10:06:50 -04:00 |
|
|
|
ca4ea152e9
|
Add better error handling
|
2019-08-10 11:31:00 -04:00 |
|
|
|
86cde9fc83
|
Add better error handling to wallet api
|
2019-08-10 10:36:06 -04:00 |
|
|
|
597feee008
|
Add RemoveUser()
|
2019-08-01 17:00:48 -04:00 |
|
|
|
c468039d94
|
Add functions for adding groups of Admins, Owners, Readers, and Writers to teams
|
2019-07-30 17:36:55 -04:00 |
|
|
|
881d8cbde1
|
Add error type to API types
|
2019-07-30 17:33:28 -04:00 |
|
|
|
bbe5e9b8a5
|
Add MemberList() for teams, and make AddUser() return output from MemberList()
|
2019-07-30 16:39:39 -04:00 |
|
|
|
9d51bd0423
|
Correct interface description
|
2019-07-30 16:00:49 -04:00 |
|
|
|
00f5e77716
|
Add AddUser()
|
2019-07-26 16:34:03 -04:00 |
|
|
|
a7d58558b2
|
Add CreateTeam()
|
2019-07-26 15:53:42 -04:00 |
|
|
|
0a6f33e429
|
First pass at adding Team API stuff
|
2019-07-26 15:33:55 -04:00 |
|
|
|
6e94b343de
|
Update wallet types, and make wallet methods adhere to new structure
|
2019-07-26 14:47:44 -04:00 |
|
|
|
103b798008
|
Add additional types for payments
|
2019-07-26 14:08:46 -04:00 |
|
|
|
692a073417
|
Move wallet types into types.go, and standardize wallet stuff to more closely match chat stuff
|
2019-07-26 13:42:17 -04:00 |
|
|
|
ed6f57d6e6
|
Cleanup some variable names
|
2019-07-25 12:23:15 -04:00 |
|
|
|
370fce9406
|
Combine chatIn.go and chatOut.go into just chat.go
|
2019-07-25 12:20:14 -04:00 |
|
|
|
1b089d2833
|
Add Params to ChatAPI instance so we can fill it with data
|
2019-07-25 11:28:52 -04:00 |
|
|
|
a5a50f79cd
|
Catch any JSON errors
|
2019-07-25 11:22:38 -04:00 |
|
|
|
0ea666392d
|
Structs held in ChatAPI need to be pointers in order to not be included in marshalled JSON
|
2019-07-24 23:01:45 -04:00 |
|
|
|
d870b1aa3b
|
Move Conversations and Offline from ChatAPI to result, where they belong
|
2019-07-23 15:43:32 -04:00 |
|
|
|
7cc8e14fe2
|
Move more types into types.go
|
2019-07-23 14:58:33 -04:00 |
|
|
|
9e443921c4
|
Update result struct to include stuff i forgot
|
2019-07-22 01:02:42 -04:00 |
|
|
|
143dde64f6
|
Added chat.Read(), along with Next() and Previous()
|
2019-07-21 22:51:18 -04:00 |
|
|
|
22f6125e36
|
Move more types into types.go and general cleanup
|
2019-07-21 21:34:50 -04:00 |
|
|
|
7c4a1b7ba4
|
Combine ChatIn and ChatOut structs to ChatAPI and move them to types.go
|
2019-07-21 21:30:39 -04:00 |
|
|
|
fc57dcf8ca
|
Change Keybase type to a pointer so it can be re-used
|
2019-07-03 00:41:24 -04:00 |
|
|
|
c182fe7e44
|
Update comments for documentation
|
2019-07-03 00:15:14 -04:00 |
|
|
|
8c7f74594d
|
Make variables in getNewMessages() more generally descriptive, and (hopefully) finally fix the function so it restarts the api-listen command when it dies
|
2019-07-02 23:47:55 -04:00 |
|
|
|
354fa145e1
|
Put cmd.Start() and cmd.Wait() in a loop so keybase restarts if it dies
|
2019-07-02 21:09:37 -04:00 |
|
|
|
51796165cf
|
Move cmd.Wait() and put scanner in a go routine
|
2019-07-02 21:02:33 -04:00 |
|
|
|
075fa737af
|
Add cmd.Wait() to Keybase.Run()
|
2019-07-02 21:02:23 -04:00 |
|