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 |
mattn
|
eac43d845c
|
Merge pull request #51 from 178inaba/streaming_ws_close
Fix close of streaming WebSocket
|
2017-05-01 09:13:29 +09:00 |
mattn
|
99692bee8a
|
Merge pull request #50 from 178inaba/streaming
Optimize streaming
|
2017-05-01 09:12:15 +09:00 |
178inaba
|
9dc59ebc73
|
Fix order of streaming WebSocket test
|
2017-04-30 22:16:50 +09:00 |
178inaba
|
fc574ac209
|
Fix WebSocket close
|
2017-04-30 22:14:02 +09:00 |
178inaba
|
c88e2df363
|
Remove channel close of mstdn stream command
|
2017-04-30 13:48:08 +09:00 |
178inaba
|
c32612c3c9
|
Add TestStreamingHashtag
|
2017-04-30 04:53:13 +09:00 |
178inaba
|
e2a440b170
|
Add TestStreamingUser
|
2017-04-30 04:41:56 +09:00 |
178inaba
|
9b39dd033f
|
Add TestDoStreaming
|
2017-04-30 04:30:04 +09:00 |
178inaba
|
088cb0b74d
|
Fix TestHandleReader
|
2017-04-30 03:19:58 +09:00 |
178inaba
|
517247284e
|
Optimize streaming
|
2017-04-30 03:12:55 +09:00 |
mattn
|
70b3dbf548
|
Merge pull request #49 from 178inaba/tl_media
Media Timeline
|
2017-04-29 23:15:45 +09:00 |
178inaba
|
c66c3aaa22
|
Add TestHandleReader
|
2017-04-29 03:42:45 +09:00 |
178inaba
|
47292cbca3
|
Add TestGetTimelineMedia
|
2017-04-29 00:43:53 +09:00 |
178inaba
|
8bb0a0f85f
|
Add GetTimelineMedia
|
2017-04-29 00:36:13 +09:00 |
mattn
|
28598eb3ab
|
Merge pull request #48 from 178inaba/tl_hashtag
Fix GetTimelineHashtag
|
2017-04-28 15:01:04 +09:00 |
178inaba
|
12d765af3a
|
Fix TestStreamingWSHashtag
|
2017-04-28 14:46:19 +09:00 |
178inaba
|
c1e9c80d7d
|
Fix streaming_ws local
|
2017-04-28 14:31:08 +09:00 |
178inaba
|
f4cf4d4ec9
|
Fix streaming for mstdn
|
2017-04-28 14:19:40 +09:00 |
178inaba
|
9fa63b511c
|
Fix local streaming
|
2017-04-28 14:09:10 +09:00 |
178inaba
|
a4904109e4
|
Fix GetTimelineHashtag
|
2017-04-28 02:29:11 +09:00 |