Commit Graph

282 Commits

Author SHA1 Message Date
mattn
552016b3be Merge pull request #23 from 178inaba/accounts_test
[WIP]Accounts test
2017-04-18 01:18:50 +09:00
178inaba
6020167f20 Add TestGetAccountRelationship 2017-04-18 00:28:59 +09:00
178inaba
e37705c104 Add TestAccountMute and TestAccountUnmute 2017-04-18 00:00:05 +09:00
178inaba
c56694e78e Add TestAccountBlock and TestAccountUnblock 2017-04-17 23:52:51 +09:00
Yasuhiro Matsumoto
eb0803d442 add stream -simplejson 2017-04-17 23:43:11 +09:00
178inaba
a752a1bd6b Add accounts test 2017-04-17 23:39:47 +09:00
Yasuhiro Matsumoto
0579b31633 check response 2017-04-17 23:36:21 +09:00
Yasuhiro Matsumoto
e7f2469bc0 add stream -json 2017-04-17 23:29:44 +09:00
mattn
b6d4c40dd6 Merge pull request #22 from 178inaba/cmd_input
Fix tty.Open() position
2017-04-17 23:28:38 +09:00
178inaba
39239ae270 Fix accounts test 2017-04-17 23:21:52 +09:00
178inaba
d6ee0499f5 Fix tty.Open() position 2017-04-17 22:39:57 +09:00
Yasuhiro Matsumoto
a0232ea6ef add missing file 2017-04-17 14:03:40 +09:00
Yasuhiro Matsumoto
4b979e4df2 update README.md 2017-04-17 13:56:35 +09:00
Yasuhiro Matsumoto
38590d8fd6 Merge branch 'master' of github.com:mattn/go-mastodon 2017-04-17 13:56:17 +09:00
Yasuhiro Matsumoto
b74e25cee2 add upload command 2017-04-17 13:56:06 +09:00
Yasuhiro Matsumoto
af67397430 add UploadMedia 2017-04-17 13:54:36 +09:00
mattn
f7c198d876 Merge pull request #21 from 178inaba/error_message
Fix test error message
2017-04-17 13:17:27 +09:00
178inaba
e1bc4c143d Fix test error message 2017-04-17 13:03:31 +09:00
Yasuhiro Matsumoto
959459eb42 update README.md 2017-04-17 13:00:53 +09:00
Yasuhiro Matsumoto
f256ad5d5f Merge branch 'pr/20' 2017-04-17 13:00:05 +09:00
178inaba
06bd83e74b Fix test error message 2017-04-17 12:55:40 +09:00
178inaba
b0b43a8d7d Add GetMutes 2017-04-17 12:49:55 +09:00
Yasuhiro Matsumoto
664f8f8fdf fix build 2017-04-17 12:39:41 +09:00
Yasuhiro Matsumoto
26bc85fb24 fix build 2017-04-17 12:36:27 +09:00
mattn
52ac299ec8 Merge branch 'master' into reports 2017-04-17 12:29:31 +09:00
mattn
f181df17a0 Merge pull request #18 from chansuke/fix-comment
Fix comment of notification API
2017-04-17 12:28:52 +09:00
mattn
0d32e0bd97 Merge branch 'master' into fix-comment 2017-04-17 12:28:43 +09:00
mattn
ea961f07a2 Merge pull request #19 from mattn/context
breaking compatibility changes. take context for first arguments.
2017-04-17 12:27:47 +09:00
Yasuhiro Matsumoto
6fe43e545a Use Request.WithContext 2017-04-17 12:25:20 +09:00
Yasuhiro Matsumoto
5e84b57bf3 breaking compatibility changes. take context for first arguments. 2017-04-17 11:10:29 +09:00
chansuke
f752ac9eba Fix comment of notification API 2017-04-17 04:59:43 +09:00
chansuke
c5dbf39053 Add reports API 2017-04-17 04:53:30 +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