Commit Graph

389 Commits

Author SHA1 Message Date
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
Yasuhiro Matsumoto
b42014511b rename Follow to FollowRemoteUser 2017-04-15 00:31:21 +09:00
178inaba
13dd483b47 Add ID to Relationship, add follow unfollow test 2017-04-15 00:26:13 +09:00
Yasuhiro Matsumoto
52add89d1d add GetStatusCard 2017-04-15 00:25:35 +09:00
Yasuhiro Matsumoto
acb5a81b87 add GetStatus, GetStatusContext 2017-04-15 00:22:44 +09:00
Yasuhiro Matsumoto
b3882dbe21 add notifications 2017-04-15 00:16:48 +09:00
Yasuhiro Matsumoto
aa99f8559a Merge branch 'master' of git://github.com/mattn/go-mastodon 2017-04-15 00:10:12 +09:00
Yasuhiro Matsumoto
746688274d implement structs 2017-04-15 00:10:04 +09:00
mattn
66d7818c64 Merge pull request #7 from 178inaba/method_const
Fix method string to const
2017-04-15 00:09:39 +09:00
Yasuhiro Matsumoto
aa81cb8318 add instance 2017-04-15 00:00:17 +09:00
178inaba
9dee3fc07f Fix POST to http.MethodPost 2017-04-14 23:59:11 +09:00
178inaba
b4e56b6ff8 Fix GET to http.MethodGet 2017-04-14 23:56:07 +09:00
Yasuhiro Matsumoto
0206b94abc add .gitignore 2017-04-14 23:47:04 +09:00
Yasuhiro Matsumoto
9b32db08fb add missing file 2017-04-14 23:46:15 +09:00
Yasuhiro Matsumoto
6ca42017b9 separate files 2017-04-14 23:45:18 +09:00
Yasuhiro Matsumoto
fa43a46aa5 separate files 2017-04-14 23:45:03 +09:00
Yasuhiro Matsumoto
2af857818d add some APIs for Accounts
* AccountFollow
* AccountUnfollow
* AccountBlock
* AccountUnblock
* AccountMute
* AccountUnmute
* GetAccountRelationship
* AccountsSearch
2017-04-14 23:37:29 +09:00
Yasuhiro Matsumoto
0aff4ad4fc add README.md 2017-04-14 20:18:33 +09:00
Yasuhiro Matsumoto
d57df64d26 add test 2017-04-14 20:05:18 +09:00
Yasuhiro Matsumoto
47ae1f78c2 add test 2017-04-14 19:55:52 +09:00
Yasuhiro Matsumoto
98c1da299f should not return 2017-04-14 19:30:15 +09:00
Yasuhiro Matsumoto
713996d9d8 separate func 2017-04-14 19:26:53 +09:00
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