Yasuhiro Matsumoto
|
5e84b57bf3
|
breaking compatibility changes. take context for first arguments.
|
2017-04-17 11:10:29 +09:00 |
Yasuhiro Matsumoto
|
32e66a3d72
|
update README.md
|
2017-04-17 01:37:29 +09:00 |
mattn
|
c17c887064
|
Merge pull request #16 from 178inaba/follow_requests
Add FollowRequestAuthorize and FollowRequestReject
|
2017-04-17 01:34:21 +09:00 |
178inaba
|
679457b6dd
|
Fix README
|
2017-04-17 00:12:11 +09:00 |
Yasuhiro Matsumoto
|
183e1ecadf
|
add test for search command
|
2017-04-17 00:09:35 +09:00 |
178inaba
|
c39d5765d4
|
Fix cover error to TestGetFollowRequests
|
2017-04-17 00:07:31 +09:00 |
178inaba
|
f5194b9ebb
|
Add FollowRequestAuthorize and FollowRequestReject
|
2017-04-17 00:04:25 +09:00 |
178inaba
|
104663d1e6
|
Fix doAPI error handling
|
2017-04-17 00:03:05 +09:00 |
Yasuhiro Matsumoto
|
5ee5295be5
|
add test for account command
|
2017-04-17 00:00:12 +09:00 |
Yasuhiro Matsumoto
|
db7fcb38bb
|
add test for followers command
|
2017-04-16 23:52:32 +09:00 |
Yasuhiro Matsumoto
|
88c2fecca2
|
use switch/case
|
2017-04-16 23:49:04 +09:00 |
Yasuhiro Matsumoto
|
f2ab559a02
|
add test for timeline command
|
2017-04-16 23:44:07 +09:00 |
Yasuhiro Matsumoto
|
70b6261e34
|
golint & go vet
|
2017-04-16 23:38:53 +09:00 |
Yasuhiro Matsumoto
|
e1b7bac4e6
|
use writer
|
2017-04-16 23:04:31 +09:00 |
Yasuhiro Matsumoto
|
86066b9561
|
add test for notification command
|
2017-04-16 22:50:09 +09:00 |
Yasuhiro Matsumoto
|
ea84240cce
|
fix test
|
2017-04-16 22:50:00 +09:00 |
Yasuhiro Matsumoto
|
97552fbe30
|
add test for toot
|
2017-04-16 22:37:46 +09:00 |
Yasuhiro Matsumoto
|
cb7f029e7c
|
add test for instance command
|
2017-04-16 22:28:07 +09:00 |
Yasuhiro Matsumoto
|
dfbfecd326
|
add followers command
|
2017-04-16 22:27:54 +09:00 |
Yasuhiro Matsumoto
|
11e2501455
|
test server
|
2017-04-16 22:27:43 +09:00 |
Yasuhiro Matsumoto
|
594708b656
|
write to app writer
|
2017-04-16 22:27:13 +09:00 |
Yasuhiro Matsumoto
|
04baed6e1a
|
small refactoring for tests
|
2017-04-16 22:26:05 +09:00 |
Yasuhiro Matsumoto
|
70798b2839
|
update README.md
|
2017-04-16 21:47:15 +09:00 |
Yasuhiro Matsumoto
|
8a1347fad6
|
add GetAccountStatuses
|
2017-04-16 21:42:54 +09:00 |
Yasuhiro Matsumoto
|
6651ec3363
|
update README.md
|
2017-04-16 21:01:46 +09:00 |
Yasuhiro Matsumoto
|
3b4b2ce794
|
separate test files
|
2017-04-16 20:06:54 +09:00 |
Yasuhiro Matsumoto
|
9f84e175f1
|
separate test file
|
2017-04-16 20:05:42 +09:00 |
mattn
|
9e5ec3b4dc
|
Merge pull request #15 from 178inaba/statuses
Add reblog and favorite API
|
2017-04-16 20:03:22 +09:00 |
mattn
|
a927099097
|
Merge pull request #14 from zetamatta/master
Fix `mstdn.exe toot -ff -` errors `arguments required`
|
2017-04-16 20:02:14 +09:00 |
mattn
|
0d53c41623
|
Merge pull request #13 from 178inaba/update_credentials
Add AccountUpdate
|
2017-04-16 20:01:22 +09:00 |
178inaba
|
1495b1fb02
|
Add TestGetStatus
|
2017-04-16 17:11:47 +09:00 |
178inaba
|
39fd91e59f
|
Fix status id type from string to int64
|
2017-04-16 17:11:23 +09:00 |
178inaba
|
bbb4df76ca
|
Add Favourite and Unfavourite
|
2017-04-16 15:32:48 +09:00 |
178inaba
|
7719f511aa
|
Fix godoc to Reblog and Unreblog
|
2017-04-16 15:04:59 +09:00 |
178inaba
|
6891f221bc
|
Add Reblog and Unreblog
|
2017-04-16 14:53:15 +09:00 |
178inaba
|
74901c994c
|
Add GetFavouritedBy
|
2017-04-16 13:45:59 +09:00 |
178inaba
|
3cb20b5925
|
Add GetRebloggedBy
|
2017-04-16 13:11:56 +09:00 |
Kaoru HAYAMA
|
effa489b8a
|
Fix `mstdn.exe toot -ff -` errors `arguments required`
|
2017-04-16 10:41:21 +09:00 |
178inaba
|
2f4edf000c
|
Add update_credentials to status of implementations
|
2017-04-16 03:04:33 +09:00 |
Yasuhiro Matsumoto
|
b92f648ec3
|
add missing file
|
2017-04-16 02:55:32 +09:00 |
178inaba
|
727e6d8c54
|
Add godoc to Base64EncodeFileName and Base64Encode
|
2017-04-16 02:24:46 +09:00 |
178inaba
|
e62f1adaae
|
Add helper
|
2017-04-16 02:00:30 +09:00 |
178inaba
|
62318331a3
|
Add TestAccountUpdate
|
2017-04-16 01:01:15 +09:00 |
178inaba
|
77ce929290
|
Add AccountUpdate
|
2017-04-16 00:47:44 +09:00 |
178inaba
|
a25056d2cc
|
Add Content-Type header to doAPI
|
2017-04-16 00:47:23 +09:00 |
Yasuhiro Matsumoto
|
eb5f3fd239
|
add search command
|
2017-04-15 23:21:45 +09:00 |
Yasuhiro Matsumoto
|
05c270286a
|
add argstr
|
2017-04-15 23:21:37 +09:00 |
Yasuhiro Matsumoto
|
6e7ed9d9d9
|
add Search
|
2017-04-15 23:21:16 +09:00 |
Yasuhiro Matsumoto
|
07710230d9
|
add account command
|
2017-04-15 22:58:46 +09:00 |
Yasuhiro Matsumoto
|
76d34e4b04
|
add instance command
|
2017-04-15 22:25:20 +09:00 |