Commit Graph

103 Commits

Author SHA1 Message Date
Yasuhiro Matsumoto
9d84dcf8a7 fix doc 2017-04-14 19:22:56 +09:00
Yasuhiro Matsumoto
caf87d1d37 add LICENSE 2017-04-14 19:22:24 +09:00
Yasuhiro Matsumoto
d14072e12b go vet 2017-04-14 19:20:23 +09:00
Yasuhiro Matsumoto
aaa63c0e52 add test 2017-04-14 19:16:18 +09:00
Yasuhiro Matsumoto
0eccbb0514 add test 2017-04-14 18:53:14 +09:00
Yasuhiro Matsumoto
dc7a04a5b5 add test 2017-04-14 18:19:38 +09:00
Yasuhiro Matsumoto
44a8f8e593 set urn:ietf:wg:oauth:2.0:oob if RedirectURIs is not set 2017-04-14 18:19:12 +09:00
Yasuhiro Matsumoto
4a9d0067e2 fix badge 2017-04-14 17:50:12 +09:00
Yasuhiro Matsumoto
f765667837 add test 2017-04-14 17:47:15 +09:00
mattn
73f943d2d3 Merge pull request #6 from 178inaba/following
Add GetAccountFollowing
2017-04-14 17:42:11 +09:00
Yasuhiro Matsumoto
bfa6468c73 add test 2017-04-14 17:37:59 +09:00
Yasuhiro Matsumoto
dd7163e01e return error when not 200 for GET method 2017-04-14 17:37:50 +09:00
Yasuhiro Matsumoto
d1e98eb548 add test 2017-04-14 17:30:27 +09:00
Yasuhiro Matsumoto
c3ca0792f5 add test 2017-04-14 17:26:22 +09:00
Yasuhiro Matsumoto
d168c8b4a6 tests for the coverages 2017-04-14 17:21:31 +09:00
Yasuhiro Matsumoto
15c320b75d add badges 2017-04-14 17:15:42 +09:00
Yasuhiro Matsumoto
b0f39aaf95 add .travis.yml 2017-04-14 17:14:55 +09:00
Yasuhiro Matsumoto
1d9ff623fc add test 2017-04-14 17:10:20 +09:00
Yasuhiro Matsumoto
49f49b8b97 return error 2017-04-14 17:10:13 +09:00
178inaba
bcdd8d879b Add GetAccountFollowing 2017-04-14 16:41:47 +09:00
mattn
0750bedc85 Merge pull request #5 from 178inaba/current_user
Add GetAccountCurrentUser
2017-04-14 16:18:13 +09:00
mattn
6e212330bc Merge pull request #4 from zetamatta/master
Revert timeline's sort-order with no-options
2017-04-14 16:17:38 +09:00
178inaba
1182d1e662 Fix comment of GetAccountCurrentUser 2017-04-14 15:56:24 +09:00
178inaba
9cace6b291 Add GetAccountCurrentUser 2017-04-14 15:46:21 +09:00
Yasuhiro Matsumoto
720344456d add GetFollowRequests 2017-04-14 14:20:22 +09:00
Yasuhiro Matsumoto
34a93da2c3 add Follow 2017-04-14 14:18:10 +09:00
Yasuhiro Matsumoto
2b246d789d fix text breaking by lines 2017-04-14 13:53:56 +09:00
Yasuhiro Matsumoto
a4d83d3b95 add GetAccountFollowers 2017-04-14 13:37:43 +09:00
Yasuhiro Matsumoto
82b81720bd small refactoring 2017-04-14 12:34:13 +09:00
Yasuhiro Matsumoto
15f78b2da3 small refactoring 2017-04-14 12:33:12 +09:00
Yasuhiro Matsumoto
e8fd17094f small refactoring 2017-04-14 12:30:13 +09:00
Yasuhiro Matsumoto
0281f9c746 golint & go vet 2017-04-14 12:23:45 +09:00
Yasuhiro Matsumoto
23e9f80935 check error 2017-04-14 12:23:20 +09:00
Yasuhiro Matsumoto
d8dfefc0ed golint & go vet 2017-04-14 12:21:27 +09:00
Yasuhiro Matsumoto
bd23c855dd make API wrapper 2017-04-14 12:12:09 +09:00
HAYAMA_Kaoru
a331554685 Revert timeline's sort-order with no-options 2017-04-14 12:09:21 +09:00
mattn
f4a4a21710 Merge pull request #3 from zetamatta/master
New option: -ff FILENAME: post utf8 string from a file("-" means STDIN)
2017-04-14 11:50:28 +09:00
Yasuhiro Matsumoto
7ef168e3dd add ErrorEvent 2017-04-14 11:49:52 +09:00
mattn
3646db025f Merge pull request #2 from 178inaba/account
Add GetAccount
2017-04-14 11:48:55 +09:00
HAYAMA_Kaoru
3a54513228 New option: -ff FILENAME: post utf8 string from a file("-" means STDIN) 2017-04-14 11:32:02 +09:00
178inaba
5952b20812 Merge branch 'master' into account 2017-04-14 10:23:02 +09:00
Yasuhiro Matsumoto
ae1467926c add streaming 2017-04-14 09:32:46 +09:00
Yasuhiro Matsumoto
106cec241e cosmetic change 2017-04-14 09:03:32 +09:00
178inaba
4ee8ee7fd1 Add GetAccount 2017-04-14 02:39:34 +09:00
Yasuhiro Matsumoto
a55b0a3d31 add -t flag to toot! 2017-04-14 02:17:05 +09:00
Yasuhiro Matsumoto
3de719ac60 authorize with scopes 2017-04-14 02:16:52 +09:00
Yasuhiro Matsumoto
a3cc5fd9e6 add cmd/mstdn 2017-04-14 01:00:02 +09:00
Yasuhiro Matsumoto
48c393bd8b remove needless slash 2017-04-14 00:59:54 +09:00
mattn
ae27e93787 Merge pull request #1 from 178inaba/application_registration
Add a application registration
2017-04-14 00:24:30 +09:00
178inaba
45acfc9ca1 Fix application register func to simple 2017-04-14 00:12:04 +09:00