Commit Graph

224 Commits (4be3a42d3c7dc6865cd43d87c38f2d0db0e04a07)

Author SHA1 Message Date
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
Yasuhiro Matsumoto f4bf175883 add notification command 2017-04-15 22:12:07 +09:00
Yasuhiro Matsumoto 84038cfd79 update README.md 2017-04-15 21:52:52 +09:00
Yasuhiro Matsumoto 209a15a4d7 separate command 2017-04-15 21:52:11 +09:00
Yasuhiro Matsumoto 094a888b1d change command-line style 2017-04-15 21:48:20 +09:00
Yasuhiro Matsumoto 82f7536210 add DeleteToot 2017-04-15 21:08:05 +09:00
Yasuhiro Matsumoto 7ced22d42e add StreamingHome, StreamingHashtag 2017-04-15 21:03:02 +09:00
Yasuhiro Matsumoto 564554c1c9 add GetTimelineHashtag 2017-04-15 21:02:55 +09:00
Yasuhiro Matsumoto fdcc642234 update ClientID/ClientSecret 2017-04-15 20:20:30 +09:00
Yasuhiro Matsumoto bc9dfd5706 fix error handling 2017-04-15 20:20:22 +09:00
Yasuhiro Matsumoto 825a0db60c update README.md 2017-04-15 16:28:18 +09:00
mattn 4f3888ff3c Merge pull request #12 from 178inaba/url_to_u
Fix var name url to u
2017-04-15 12:19:38 +09:00
mattn 41d1228d88 Merge pull request #11 from 178inaba/http_method_const
Fix http method from string to const when calling instance API
2017-04-15 12:19:01 +09:00
mattn 79e5f67846 Merge pull request #10 from 178inaba/travis_svg
Fix travis badge to svg
2017-04-15 12:18:37 +09:00
mattn e4826e97a1 Merge pull request #9 from 178inaba/blocks
Add GetBlocks, GetFavourites
2017-04-15 12:18:15 +09:00
178inaba c63f290928 Fix var name url to u 2017-04-15 04:36:27 +09:00
178inaba cfb55e7b46 Fix method string to const 2017-04-15 04:23:36 +09:00
178inaba 07ec40e562 Fix travis badge to svg 2017-04-15 04:15:25 +09:00
178inaba d61ce1c241 Fix test server to TestGetBlocks 2017-04-15 04:09:33 +09:00
178inaba 920eb1ad5a Add TestGetFollowRequests 2017-04-15 04:08:43 +09:00
178inaba 280982f034 Remove uri to GetFollowRequests 2017-04-15 04:04:34 +09:00
178inaba af2ce2c3b1 Add TestGetFavourites 2017-04-15 03:40:06 +09:00
178inaba 4eb784dd81 Add GetFavourites 2017-04-15 03:28:50 +09:00
178inaba 2338b8e97e Minor fix 2017-04-15 02:31:22 +09:00
178inaba dde3686355 Add TestGetBlocks 2017-04-15 02:30:47 +09:00
178inaba 70efe09ff4 Add GetBlocks 2017-04-15 02:23:17 +09:00
mattn 5d72d54344 Merge pull request #8 from 178inaba/follow
Add ID to Relationship, add follow unfollow test
2017-04-15 00:40:13 +09:00
Yasuhiro Matsumoto 1d8134ccb4 add status of implementations 2017-04-15 00:37:27 +09:00