Commit Graph

  • b42014511b rename Follow to FollowRemoteUser Yasuhiro Matsumoto 2017-04-15 00:31:08 +0900
  • 13dd483b47 Add ID to Relationship, add follow unfollow test 178inaba 2017-04-15 00:26:13 +0900
  • 52add89d1d add GetStatusCard Yasuhiro Matsumoto 2017-04-15 00:25:35 +0900
  • acb5a81b87 add GetStatus, GetStatusContext Yasuhiro Matsumoto 2017-04-15 00:22:44 +0900
  • b3882dbe21 add notifications Yasuhiro Matsumoto 2017-04-15 00:16:48 +0900
  • aa99f8559a Merge branch 'master' of git://github.com/mattn/go-mastodon Yasuhiro Matsumoto 2017-04-15 00:10:12 +0900
  • 746688274d implement structs Yasuhiro Matsumoto 2017-04-15 00:10:04 +0900
  • 66d7818c64 Merge pull request #7 from 178inaba/method_const mattn 2017-04-15 00:09:39 +0900
  • aa81cb8318 add instance Yasuhiro Matsumoto 2017-04-14 23:59:43 +0900
  • 9dee3fc07f Fix POST to http.MethodPost 178inaba 2017-04-14 23:59:11 +0900
  • b4e56b6ff8 Fix GET to http.MethodGet 178inaba 2017-04-14 23:56:07 +0900
  • 0206b94abc add .gitignore Yasuhiro Matsumoto 2017-04-14 23:47:04 +0900
  • 9b32db08fb add missing file Yasuhiro Matsumoto 2017-04-14 23:46:15 +0900
  • 6ca42017b9 separate files Yasuhiro Matsumoto 2017-04-14 23:45:18 +0900
  • fa43a46aa5 separate files Yasuhiro Matsumoto 2017-04-14 23:45:03 +0900
  • 2af857818d add some APIs for Accounts Yasuhiro Matsumoto 2017-04-14 23:37:29 +0900
  • 0aff4ad4fc add README.md Yasuhiro Matsumoto 2017-04-14 20:18:33 +0900
  • d57df64d26 add test Yasuhiro Matsumoto 2017-04-14 20:05:18 +0900
  • 47ae1f78c2 add test Yasuhiro Matsumoto 2017-04-14 19:55:52 +0900
  • 98c1da299f should not return Yasuhiro Matsumoto 2017-04-14 19:30:15 +0900
  • 713996d9d8 separate func Yasuhiro Matsumoto 2017-04-14 19:26:53 +0900
  • 9d84dcf8a7 fix doc Yasuhiro Matsumoto 2017-04-14 19:22:56 +0900
  • caf87d1d37 add LICENSE Yasuhiro Matsumoto 2017-04-14 19:22:24 +0900
  • d14072e12b go vet Yasuhiro Matsumoto 2017-04-14 19:20:23 +0900
  • aaa63c0e52 add test Yasuhiro Matsumoto 2017-04-14 19:16:18 +0900
  • 0eccbb0514 add test Yasuhiro Matsumoto 2017-04-14 18:53:14 +0900
  • dc7a04a5b5 add test Yasuhiro Matsumoto 2017-04-14 18:19:38 +0900
  • 44a8f8e593 set urn:ietf:wg:oauth:2.0:oob if RedirectURIs is not set Yasuhiro Matsumoto 2017-04-14 18:19:12 +0900
  • 4a9d0067e2 fix badge Yasuhiro Matsumoto 2017-04-14 17:50:12 +0900
  • f765667837 add test Yasuhiro Matsumoto 2017-04-14 17:47:15 +0900
  • 73f943d2d3 Merge pull request #6 from 178inaba/following mattn 2017-04-14 17:42:11 +0900
  • bfa6468c73 add test Yasuhiro Matsumoto 2017-04-14 17:37:59 +0900
  • dd7163e01e return error when not 200 for GET method Yasuhiro Matsumoto 2017-04-14 17:37:50 +0900
  • d1e98eb548 add test Yasuhiro Matsumoto 2017-04-14 17:30:27 +0900
  • c3ca0792f5 add test Yasuhiro Matsumoto 2017-04-14 17:26:22 +0900
  • d168c8b4a6 tests for the coverages Yasuhiro Matsumoto 2017-04-14 17:21:31 +0900
  • 15c320b75d add badges Yasuhiro Matsumoto 2017-04-14 17:15:42 +0900
  • b0f39aaf95 add .travis.yml Yasuhiro Matsumoto 2017-04-14 17:14:55 +0900
  • 1d9ff623fc add test Yasuhiro Matsumoto 2017-04-14 17:10:20 +0900
  • 49f49b8b97 return error Yasuhiro Matsumoto 2017-04-14 17:10:13 +0900
  • bcdd8d879b Add GetAccountFollowing 178inaba 2017-04-14 16:41:47 +0900
  • 0750bedc85 Merge pull request #5 from 178inaba/current_user mattn 2017-04-14 16:18:13 +0900
  • 6e212330bc Merge pull request #4 from zetamatta/master mattn 2017-04-14 16:17:38 +0900
  • 1182d1e662 Fix comment of GetAccountCurrentUser 178inaba 2017-04-14 15:56:24 +0900
  • 9cace6b291 Add GetAccountCurrentUser 178inaba 2017-04-14 15:46:21 +0900
  • 720344456d add GetFollowRequests Yasuhiro Matsumoto 2017-04-14 14:20:22 +0900
  • 34a93da2c3 add Follow Yasuhiro Matsumoto 2017-04-14 14:18:10 +0900
  • 2b246d789d fix text breaking by lines Yasuhiro Matsumoto 2017-04-14 13:53:56 +0900
  • a4d83d3b95 add GetAccountFollowers Yasuhiro Matsumoto 2017-04-14 13:37:43 +0900
  • 82b81720bd small refactoring Yasuhiro Matsumoto 2017-04-14 12:34:13 +0900
  • 15f78b2da3 small refactoring Yasuhiro Matsumoto 2017-04-14 12:33:12 +0900
  • e8fd17094f small refactoring Yasuhiro Matsumoto 2017-04-14 12:30:13 +0900
  • 0281f9c746 golint & go vet Yasuhiro Matsumoto 2017-04-14 12:23:45 +0900
  • 23e9f80935 check error Yasuhiro Matsumoto 2017-04-14 12:23:20 +0900
  • d8dfefc0ed golint & go vet Yasuhiro Matsumoto 2017-04-14 12:21:27 +0900
  • bd23c855dd make API wrapper Yasuhiro Matsumoto 2017-04-14 12:12:09 +0900
  • a331554685 Revert timeline's sort-order with no-options HAYAMA_Kaoru 2017-04-14 12:09:21 +0900
  • f4a4a21710 Merge pull request #3 from zetamatta/master mattn 2017-04-14 11:50:28 +0900
  • 7ef168e3dd add ErrorEvent Yasuhiro Matsumoto 2017-04-14 11:49:52 +0900
  • 3646db025f Merge pull request #2 from 178inaba/account mattn 2017-04-14 11:48:55 +0900
  • 3a54513228 New option: -ff FILENAME: post utf8 string from a file("-" means STDIN) HAYAMA_Kaoru 2017-04-14 11:32:02 +0900
  • 5952b20812 Merge branch 'master' into account 178inaba 2017-04-14 10:23:02 +0900
  • ae1467926c add streaming Yasuhiro Matsumoto 2017-04-14 09:32:46 +0900
  • 106cec241e cosmetic change Yasuhiro Matsumoto 2017-04-14 09:03:32 +0900
  • 4ee8ee7fd1 Add GetAccount 178inaba 2017-04-14 02:39:34 +0900
  • a55b0a3d31 add -t flag to toot! Yasuhiro Matsumoto 2017-04-14 02:17:05 +0900
  • 3de719ac60 authorize with scopes Yasuhiro Matsumoto 2017-04-14 02:16:52 +0900
  • a3cc5fd9e6 add cmd/mstdn Yasuhiro Matsumoto 2017-04-14 01:00:02 +0900
  • 48c393bd8b remove needless slash Yasuhiro Matsumoto 2017-04-14 00:59:54 +0900
  • ae27e93787 Merge pull request #1 from 178inaba/application_registration mattn 2017-04-14 00:24:30 +0900
  • 45acfc9ca1 Fix application register func to simple 178inaba 2017-04-14 00:12:04 +0900
  • a1d54f563d Add a application registration 178inaba 2017-04-13 21:45:44 +0900
  • 2534bf761c add README.md Yasuhiro Matsumoto 2017-04-13 16:48:45 +0900
  • cf8a9bad6d first import Yasuhiro Matsumoto 2017-04-13 16:47:00 +0900