Commit Graph

349 Commits (0d8819ecaf2e41f91fb7fcc1db0ea60b628d50c5)

Author SHA1 Message Date
mattn 0d8819ecaf
Merge pull request #69 from mattn/fix-68
Fix 68
2017-11-30 15:00:12 +09:00
Yasuhiro Matsumoto a98b28c817 add test 2017-11-30 14:55:18 +09:00
Yasuhiro Matsumoto 83242d96ca fix #68 2017-11-30 14:53:54 +09:00
mattn 0a6f156537
Merge pull request #67 from mattn/fix-66
fix #66
2017-11-20 10:11:47 +09:00
Yasuhiro Matsumoto 81259792b7 handle float64/string both 2017-11-20 10:04:53 +09:00
Yasuhiro Matsumoto 3002812c02 fix #66 2017-11-20 09:58:20 +09:00
Yasuhiro Matsumoto bd72aa305d fix test 2017-10-26 15:18:07 +09:00
Yasuhiro Matsumoto 2866ebbdc5 fix test 2017-10-26 15:02:33 +09:00
Yasuhiro Matsumoto a4d531815f add test for CustomEmoji 2017-10-26 15:00:17 +09:00
utam0k 1d165763fa Add Emojis to Status 2017-10-26 14:53:27 +09:00
mattn 689663979a Merge pull request #64 from zetamatta/fix-mstdnexe-toot-iflag
`mstdn.exe toot` failed because -i option's value type remained int64 yet.
2017-10-26 14:52:43 +09:00
Kaoru HAYAMA aaeb9f1de2 Fix: on `mstdn.exe toot -i ID`: ID (and default) was int64 -> string 2017-10-25 20:26:28 +09:00
Yasuhiro Matsumoto d38a3e6dfc fix ID 2017-10-25 17:29:02 +09:00
Yasuhiro Matsumoto a7e10ddba4 fix ID 2017-10-25 15:23:53 +09:00
Yasuhiro Matsumoto aef736e991 fix IDs 2017-10-25 15:22:17 +09:00
mattn e0cf1e0650 Merge pull request #63 from zetamatta/notification-id
Fix: Type of Notification.ID was int64. Change to ID
2017-10-25 14:56:08 +09:00
Kaoru HAYAMA fe913e01e5 Fix: forgot to (*Client)GetNotification's parameter: int64 -> ID 2017-10-25 14:35:34 +09:00
Kaoru HAYAMA 74f003d4a4 Fix tests about notification.ID (which type was changed on #63) 2017-10-25 14:24:00 +09:00
Kaoru HAYAMA abf6939992 Fix: Type of Notification.ID was int64. Change to ID 2017-10-25 13:47:36 +09:00
Yasuhiro Matsumoto 730317321a also convert to string in attachments, pagenation 2017-10-25 10:22:39 +09:00
Yasuhiro Matsumoto e03b8ccefb add missing file 2017-10-23 23:53:03 +09:00
Yasuhiro Matsumoto 3274f13917 Fix type of IDs.
In Mastodon 2.0 API specification, IDs are typed as string.
2017-10-23 23:48:48 +09:00
mattn 98d1ab17f1 Merge pull request #59 from 178inaba/pkg_doc
Add package documents
2017-05-14 15:26:25 +09:00
mattn 266fe36074 Merge pull request #58 from 178inaba/example_pagination
Add ExamplePagination
2017-05-14 15:26:08 +09:00
178inaba b433e93615 Add package documents 2017-05-14 04:59:56 +09:00
178inaba b1d2d6719f Add ExamplePagination 2017-05-14 04:40:19 +09:00
mattn f279adb618 Merge pull request #56 from 178inaba/stream_error_handling
Fix not to return error event of context in streaming
2017-05-09 09:42:58 +09:00
mattn 7d3bd86974 Merge pull request #55 from bamchoh/patch-1
Update README.md
2017-05-09 09:42:19 +09:00
178inaba f0eb7d29c4 Fix not to return error event of context in streaming 2017-05-09 02:14:45 +09:00
bamchoh 60690a1f50 Update README.md
I upadte README.md because I cannot build a example. But I'm sorry I'm not sure whether my modification is correct.
2017-05-08 23:36:56 +09:00
Yasuhiro Matsumoto a0466b7cc4 close q because cancel may be called twice 2017-05-08 15:20:50 +09:00
mattn 0e50566921 Merge pull request #54 from 178inaba/pagination
Add Pagination
2017-05-08 13:50:55 +09:00
178inaba 4033436175 Fix to set MaxID and SinceID to exclusive 2017-05-08 13:44:49 +09:00
178inaba 9e07d8951e Fix not to declare Pagination every time 2017-05-08 11:06:01 +09:00
mattn b88b19a217 Merge pull request #53 from 178inaba/xsearch
Fix XSearch
2017-05-08 09:17:04 +09:00
178inaba f283f05671 Fix Pagination variable from *int64 to int64 2017-05-07 01:36:25 +09:00
178inaba 1c0e37928e Fix mstdn cmd pagination 2017-05-06 23:49:46 +09:00
178inaba 22f47735b4 Add processing when pagination is nil 2017-05-06 23:34:42 +09:00
178inaba 134128cb56 Fix to not return *Pagination 2017-05-06 23:03:19 +09:00
178inaba dd0b467062 Fix pagination for mstdn command 2017-05-05 00:18:17 +09:00
178inaba 5fad354d1a Add test 2017-05-04 23:35:05 +09:00
178inaba eacd4e066d Fix doAPI pagination 2017-05-04 23:35:00 +09:00
178inaba d32c4d4ed1 Add Pagination 2017-05-04 21:56:54 +09:00
178inaba 5e8f3ded43 Fix README 2017-05-03 03:50:32 +09:00
178inaba d0504fea0f Add TestCmdXSearch and TestCmdMikami 2017-05-03 03:05:36 +09:00
178inaba a796ca03c5 Add TestXSearch 2017-05-03 02:32:36 +09:00
178inaba 6bbd57e848 Rename xsearch -> xSearch 2017-05-03 02:29:15 +09:00
178inaba e5d11f63aa Add xsearch 2017-05-02 22:36:06 +09:00
Yasuhiro Matsumoto 759ce4a331 Merge branch 'master' of github.com:mattn/go-mastodon 2017-05-01 16:35:52 +09:00
Yasuhiro Matsumoto 48667f7af8 add xsearch command 2017-05-01 16:35:33 +09:00