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 |
mattn
|
b8fe5a0533
|
Merge pull request #47 from 178inaba/readme_small_fix
Fix document
|
2017-04-27 15:00:57 +09:00 |
178inaba
|
983ab89d48
|
Fix example
|
2017-04-27 12:07:21 +09:00 |
178inaba
|
43b274bbd2
|
Add example
|
2017-04-27 12:03:24 +09:00 |
178inaba
|
b1152a55cd
|
Fix README
|
2017-04-27 12:03:11 +09:00 |
Yasuhiro Matsumoto
|
8fa4fc14e6
|
add LICENSE
|
2017-04-27 09:20:14 +09:00 |
mattn
|
e2631e1815
|
Merge pull request #46 from suzukaze/fix-usage-code-in-readme.md
Fix usage code in README
|
2017-04-27 09:19:16 +09:00 |
Jun Hiroe
|
82ee148846
|
Fix usage code in README.md skip ci
|
2017-04-27 02:19:02 +09:00 |
Yasuhiro Matsumoto
|
b1ec2978a2
|
add mikami command
|
2017-04-27 00:56:28 +09:00 |
Yasuhiro Matsumoto
|
3fb35ec728
|
add init command
|
2017-04-27 00:56:13 +09:00 |
mattn
|
add25dd05b
|
Merge pull request #45 from 178inaba/cmd_error_log
Fix to output error log of cmd
|
2017-04-26 12:51:34 +09:00 |
178inaba
|
894bab96b7
|
Fix to output error log of cmd
|
2017-04-26 12:38:11 +09:00 |
mattn
|
d0fb60d3ec
|
Merge pull request #44 from 178inaba/public_timeline
Add GetTimelinePublic
|
2017-04-26 09:36:19 +09:00 |
178inaba
|
315f7bbd29
|
Add GetTimelinePublic
|
2017-04-26 03:16:32 +09:00 |
Yasuhiro Matsumoto
|
c45c918820
|
fix usage
close #43
|
2017-04-25 22:38:21 +09:00 |
Yasuhiro Matsumoto
|
adf4fbaa20
|
extract text in account
|
2017-04-25 15:33:55 +09:00 |
Yasuhiro Matsumoto
|
fe04c0b104
|
update client ID/Secret
|
2017-04-25 15:32:56 +09:00 |
Yasuhiro Matsumoto
|
041bfc1dcd
|
add test for -ff
|
2017-04-24 19:47:07 +09:00 |
Yasuhiro Matsumoto
|
e29b2993a6
|
use t.Fatal
|
2017-04-24 19:40:26 +09:00 |
Yasuhiro Matsumoto
|
d0cd67efbc
|
return error
|
2017-04-24 19:40:20 +09:00 |
Yasuhiro Matsumoto
|
055cbf0e6f
|
Merge branch 'master' of github.com:mattn/go-mastodon
|
2017-04-24 19:38:36 +09:00 |
mattn
|
321e7e8edb
|
Merge pull request #42 from 178inaba/error_messages
Fix error message
|
2017-04-24 19:33:50 +09:00 |
mattn
|
a8d8504d8f
|
Merge pull request #39 from 178inaba/streaming_ws
WebSocket implementation of streaming API
|
2017-04-24 19:33:22 +09:00 |
Yasuhiro Matsumoto
|
def474a7a5
|
Merge branch 'master' of github.com:mattn/go-mastodon
|
2017-04-24 17:50:32 +09:00 |
Yasuhiro Matsumoto
|
919d6a73fe
|
require dash
|
2017-04-24 17:49:56 +09:00 |
178inaba
|
992dc7da05
|
Fix error message
|
2017-04-24 17:33:45 +09:00 |
178inaba
|
ed709d74a4
|
Fix error message
|
2017-04-24 17:25:56 +09:00 |
178inaba
|
34cce1bb0d
|
Remove websocket.Dialer from Client
|
2017-04-24 13:57:12 +09:00 |
178inaba
|
010ec2eaf9
|
Add WSClient
|
2017-04-24 13:55:07 +09:00 |
mattn
|
8bb9182901
|
Merge pull request #40 from orzFly/patch/post-status-todo
Implement MediaIDs, Visibility, Sensitive and SpoilerText in PostStatus
|
2017-04-24 09:49:12 +09:00 |
mattn
|
2ae2a90336
|
Merge pull request #41 from 178inaba/cmd_follow_test
Cmd follow test
|
2017-04-24 09:47:59 +09:00 |
178inaba
|
6f6070b22e
|
Add cmd follow test
|
2017-04-24 01:13:08 +09:00 |
Yeechan Lu
|
c9a6022f50
|
Implement MediaIDs, Visibility, Sensitive and SpoilerText in PostStatus
|
2017-04-23 23:54:27 +08:00 |
mattn
|
e2f158f83c
|
Merge pull request #38 from tSU-RooT/fix-first-use-err
fix client is not set when first use
|
2017-04-23 21:26:16 +09:00 |
178inaba
|
ee6a6dbcc9
|
Add TestStreamingWS
|
2017-04-23 20:04:06 +09:00 |
178inaba
|
df768f24da
|
Add TestHandleWS
|
2017-04-23 19:47:03 +09:00 |
Haruki TSURUMOTO
|
a58d590523
|
fix client is not set when first use
|
2017-04-23 19:17:18 +09:00 |
178inaba
|
f0857503d1
|
Add TestDialRedirect
|
2017-04-23 18:46:41 +09:00 |
178inaba
|
2379baeb24
|
Add TestDial
|
2017-04-23 18:42:13 +09:00 |
178inaba
|
1d2b6deeef
|
Add streaming API WebSocket test
|
2017-04-23 17:28:31 +09:00 |
178inaba
|
c7255e69e8
|
Add WebSocket implementation of streaming API
|
2017-04-23 15:42:57 +09:00 |
mattn
|
7a4a84f70f
|
Merge pull request #37 from 178inaba/apps_test
Add fail test cover to TestRegisterApp
|
2017-04-21 07:45:11 +09:00 |
178inaba
|
c1bb3c84bc
|
Add fail test cover to TestRegisterApp
|
2017-04-21 02:29:22 +09:00 |
Yasuhiro Matsumoto
|
bb7a3a2892
|
add test for stream --simplejson
|
2017-04-21 00:57:28 +09:00 |
Yasuhiro Matsumoto
|
6c3b27aa4e
|
fix test for search command
|
2017-04-21 00:50:39 +09:00 |
mattn
|
cc593fd21e
|
Merge pull request #36 from y0za/fix-test-json-again
Fix test json property name again
|
2017-04-21 00:21:52 +09:00 |
mattn
|
02640dc4ad
|
Merge pull request #35 from 178inaba/instance_test
Add TestGetInstance
|
2017-04-21 00:21:23 +09:00 |
mattn
|
f90053da77
|
Merge pull request #34 from 178inaba/lint
Fix for golint ./... and ineffassign .
|
2017-04-21 00:20:51 +09:00 |
mattn
|
fc6bfd56fa
|
Merge pull request #33 from 178inaba/helper_test
Add helper test
|
2017-04-21 00:19:34 +09:00 |