|
22 | 22 | <details> |
23 | 23 | <summary>API 列表</summary> |
24 | 24 |
|
25 | | -- [用户](http://jike-sdk.sxzz.moe/modules/api_users.html) |
26 | | - - [x] [获取用户信息](http://jike-sdk.sxzz.moe/functions/api_users.profile.html) |
27 | | - - [x] [刷新 Access Token](http://jike-sdk.sxzz.moe/functions/api_users.refreshToken.html) |
28 | | - - [x] [发送登录验证码](http://jike-sdk.sxzz.moe/functions/api_users.getSmsCode.html) |
29 | | - - [x] [短信登录](http://jike-sdk.sxzz.moe/functions/api_users.loginWithSmsCode.html) |
30 | | - - [x] [手机号与密码登录](http://jike-sdk.sxzz.moe/functions/api_users.loginWithPhoneAndPassword.html) |
31 | | - - [x] [弹一弹头像](http://jike-sdk.sxzz.moe/functions/api_users.avatarGreet.html) |
32 | | - - [x] [修改用户信息](http://jike-sdk.sxzz.moe/functions/api_users.editProfile.html) |
| 25 | +- [用户](https://jike-sdk.sxzz.moe/modules/api_users.html) |
| 26 | + - [x] [获取用户信息](https://jike-sdk.sxzz.moe/functions/api_users.profile.html) |
| 27 | + - [x] [刷新 Access Token](https://jike-sdk.sxzz.moe/functions/api_users.refreshToken.html) |
| 28 | + - [x] [发送登录验证码](https://jike-sdk.sxzz.moe/functions/api_users.getSmsCode.html) |
| 29 | + - [x] [短信登录](https://jike-sdk.sxzz.moe/functions/api_users.loginWithSmsCode.html) |
| 30 | + - [x] [手机号与密码登录](https://jike-sdk.sxzz.moe/functions/api_users.loginWithPhoneAndPassword.html) |
| 31 | + - [x] [弹一弹头像](https://jike-sdk.sxzz.moe/functions/api_users.avatarGreet.html) |
| 32 | + - [x] [修改用户信息](https://jike-sdk.sxzz.moe/functions/api_users.editProfile.html) |
33 | 33 | - [ ] ~~保存设备 Token~~ |
34 | | -- [用户关系](http://jike-sdk.sxzz.moe/modules/api_user_relation.html) |
35 | | - - [x] [获取关注列表](http://jike-sdk.sxzz.moe/functions/api_user_relation.getFollowingList.html) |
36 | | - - [x] [获取被关注列表](http://jike-sdk.sxzz.moe/functions/api_user_relation.getFollowerList.html) |
37 | | - - [x] [关注](http://jike-sdk.sxzz.moe/functions/api_user_relation.follow.html) |
38 | | - - [x] [取消关注](http://jike-sdk.sxzz.moe/functions/api_user_relation.unfollow.html) |
39 | | - - [x] [是否关注用户](http://jike-sdk.sxzz.moe/classes/index.JikeUser.html#isFollowing) |
40 | | - - [x] [不看 TA 的内容](http://jike-sdk.sxzz.moe/functions/api_user_relation.mute.html) |
41 | | - - [x] [重新看 TA 的内容](http://jike-sdk.sxzz.moe/functions/api_user_relation.unmute.html) |
42 | | - - [x] [加入黑名单](http://jike-sdk.sxzz.moe/functions/api_user_relation.addBlock.html) |
43 | | - - [x] [解除黑名单](http://jike-sdk.sxzz.moe/functions/api_user_relation.removeBlock.html) |
44 | | -- [动态帖子](http://jike-sdk.sxzz.moe/modules/api_posts.html) |
45 | | - - [x] [发送动态](http://jike-sdk.sxzz.moe/functions/api_posts.create.html) |
46 | | - - [x] [获取动态详情](http://jike-sdk.sxzz.moe/functions/api_posts.get.html) |
47 | | - - [x] [删除动态](http://jike-sdk.sxzz.moe/functions/api_posts.remove.html) |
48 | | - - [x] [分享动态](http://jike-sdk.sxzz.moe/functions/api_posts.share.html) |
49 | | - - [x] [点赞](http://jike-sdk.sxzz.moe/functions/api_posts.like.html) |
50 | | - - [x] [取消点赞](http://jike-sdk.sxzz.moe/functions/api_posts.unlike.html) |
51 | | - - [x] [获取点赞用户列表](http://jike-sdk.sxzz.moe/functions/api_posts.listLikedUsers.html) |
52 | | - - [x] [隐藏动态](http://jike-sdk.sxzz.moe/functions/api_posts.hide.html) |
53 | | - - [x] [动态转为公开](http://jike-sdk.sxzz.moe/functions/api_posts.recover.html) |
54 | | -- [动态广场](http://jike-sdk.sxzz.moe/modules/api_recommend_feed.html) |
55 | | - - [x] [获取动态推荐](http://jike-sdk.sxzz.moe/functions/api_recommend_feed.list.html) |
56 | | -- [评论](http://jike-sdk.sxzz.moe/modules/api_comments.html) |
57 | | - - [x] [获取动态下评论](http://jike-sdk.sxzz.moe/functions/api_comments.listPrimary.html) |
58 | | - - [x] [获取评论](http://jike-sdk.sxzz.moe/functions/api_comments.list.html) |
59 | | - - [x] [发送评论](http://jike-sdk.sxzz.moe/functions/api_comments.add.html) (发送子评论) |
60 | | - - [x] [点赞](http://jike-sdk.sxzz.moe/functions/api_comments.like.html) |
61 | | - - [x] [取消点赞](http://jike-sdk.sxzz.moe/functions/api_comments.unlike.html) |
62 | | - - [x] [删除评论](http://jike-sdk.sxzz.moe/functions/api_comments.remove.html) |
63 | | -- [动态](http://jike-sdk.sxzz.moe/modules/api_personal_update.html) |
64 | | - - [x] [获取用户动态](http://jike-sdk.sxzz.moe/functions/api_personal_update.single.html) |
65 | | - - [x] [获取关注动态](http://jike-sdk.sxzz.moe/functions/api_personal_update.followingUpdates.html) |
66 | | - - [x] [置顶动态](http://jike-sdk.sxzz.moe/functions/api_personal_update.pin.html) |
67 | | - - [x] [取消置顶动态](http://jike-sdk.sxzz.moe/functions/api_personal_update.unpin.html) |
68 | | -- [通知](http://jike-sdk.sxzz.moe/modules/api_notifications.html) |
69 | | - - [x] [获取通知列表](http://jike-sdk.sxzz.moe/functions/api_notifications.list.html) |
70 | | -- [上传](http://jike-sdk.sxzz.moe/modules/api_upload.html) |
71 | | - - [x] [获取上传 token](http://jike-sdk.sxzz.moe/functions/api_upload.token.html) |
72 | | - - [x] [上传图片](http://jike-sdk.sxzz.moe/functions/api_upload.upload.html) |
73 | | -- [日记](http://jike-sdk.sxzz.moe/modules/api_stories.html) |
74 | | - - [x] [获取关注用户日记列表](http://jike-sdk.sxzz.moe/functions/api_stories.followingFeed.html) |
75 | | - - [x] [获取用户的日记详情](http://jike-sdk.sxzz.moe/functions/api_stories.listUserStories.html) |
76 | | -- [圈子](http://jike-sdk.sxzz.moe/modules/api_topics.html) |
77 | | - - [x] [获取圈子热门动态](http://jike-sdk.sxzz.moe/functions/api_topics.getTabsSelectedFeed.html) |
78 | | - - [x] [获取圈子动态](http://jike-sdk.sxzz.moe/functions/api_topics.getTabsSquareFeed.html) |
79 | | - - [x] [搜索圈子](http://jike-sdk.sxzz.moe/functions/api_topics.search.html) |
| 34 | +- [用户关系](https://jike-sdk.sxzz.moe/modules/api_user_relation.html) |
| 35 | + - [x] [获取关注列表](https://jike-sdk.sxzz.moe/functions/api_user_relation.getFollowingList.html) |
| 36 | + - [x] [获取被关注列表](https://jike-sdk.sxzz.moe/functions/api_user_relation.getFollowerList.html) |
| 37 | + - [x] [关注](https://jike-sdk.sxzz.moe/functions/api_user_relation.follow.html) |
| 38 | + - [x] [取消关注](https://jike-sdk.sxzz.moe/functions/api_user_relation.unfollow.html) |
| 39 | + - [x] [是否关注用户](https://jike-sdk.sxzz.moe/classes/index.JikeUser.html#isFollowing) |
| 40 | + - [x] [不看 TA 的内容](https://jike-sdk.sxzz.moe/functions/api_user_relation.mute.html) |
| 41 | + - [x] [重新看 TA 的内容](https://jike-sdk.sxzz.moe/functions/api_user_relation.unmute.html) |
| 42 | + - [x] [加入黑名单](https://jike-sdk.sxzz.moe/functions/api_user_relation.addBlock.html) |
| 43 | + - [x] [解除黑名单](https://jike-sdk.sxzz.moe/functions/api_user_relation.removeBlock.html) |
| 44 | +- [动态帖子](https://jike-sdk.sxzz.moe/modules/api_posts.html) |
| 45 | + - [x] [发送动态](https://jike-sdk.sxzz.moe/functions/api_posts.create.html) |
| 46 | + - [x] [获取动态详情](https://jike-sdk.sxzz.moe/functions/api_posts.get.html) |
| 47 | + - [x] [删除动态](https://jike-sdk.sxzz.moe/functions/api_posts.remove.html) |
| 48 | + - [x] [分享动态](https://jike-sdk.sxzz.moe/functions/api_posts.share.html) |
| 49 | + - [x] [点赞](https://jike-sdk.sxzz.moe/functions/api_posts.like.html) |
| 50 | + - [x] [取消点赞](https://jike-sdk.sxzz.moe/functions/api_posts.unlike.html) |
| 51 | + - [x] [获取点赞用户列表](https://jike-sdk.sxzz.moe/functions/api_posts.listLikedUsers.html) |
| 52 | + - [x] [隐藏动态](https://jike-sdk.sxzz.moe/functions/api_posts.hide.html) |
| 53 | + - [x] [动态转为公开](https://jike-sdk.sxzz.moe/functions/api_posts.recover.html) |
| 54 | +- [动态广场](https://jike-sdk.sxzz.moe/modules/api_recommend_feed.html) |
| 55 | + - [x] [获取动态推荐](https://jike-sdk.sxzz.moe/functions/api_recommend_feed.list.html) |
| 56 | +- [评论](https://jike-sdk.sxzz.moe/modules/api_comments.html) |
| 57 | + - [x] [获取动态下评论](https://jike-sdk.sxzz.moe/functions/api_comments.listPrimary.html) |
| 58 | + - [x] [获取评论](https://jike-sdk.sxzz.moe/functions/api_comments.list.html) |
| 59 | + - [x] [发送评论](https://jike-sdk.sxzz.moe/functions/api_comments.add.html) (发送子评论) |
| 60 | + - [x] [点赞](https://jike-sdk.sxzz.moe/functions/api_comments.like.html) |
| 61 | + - [x] [取消点赞](https://jike-sdk.sxzz.moe/functions/api_comments.unlike.html) |
| 62 | + - [x] [删除评论](https://jike-sdk.sxzz.moe/functions/api_comments.remove.html) |
| 63 | +- [动态](https://jike-sdk.sxzz.moe/modules/api_personal_update.html) |
| 64 | + - [x] [获取用户动态](https://jike-sdk.sxzz.moe/functions/api_personal_update.single.html) |
| 65 | + - [x] [获取关注动态](https://jike-sdk.sxzz.moe/functions/api_personal_update.followingUpdates.html) |
| 66 | + - [x] [置顶动态](https://jike-sdk.sxzz.moe/functions/api_personal_update.pin.html) |
| 67 | + - [x] [取消置顶动态](https://jike-sdk.sxzz.moe/functions/api_personal_update.unpin.html) |
| 68 | +- [通知](https://jike-sdk.sxzz.moe/modules/api_notifications.html) |
| 69 | + - [x] [获取通知列表](https://jike-sdk.sxzz.moe/functions/api_notifications.list.html) |
| 70 | + - [x] [获取合并通知列表](https://jike-sdk.sxzz.moe/functions/api_notifications.listMergedMentions.html) |
| 71 | + - [x] [获取通知列表(自动展开合并通知)](https://jike-sdk.sxzz.moe/functions/api_notifications.listWithMerged.html) |
| 72 | +- [上传](https://jike-sdk.sxzz.moe/modules/api_upload.html) |
| 73 | + - [x] [获取上传 token](https://jike-sdk.sxzz.moe/functions/api_upload.token.html) |
| 74 | + - [x] [上传图片](https://jike-sdk.sxzz.moe/functions/api_upload.upload.html) |
| 75 | +- [日记](https://jike-sdk.sxzz.moe/modules/api_stories.html) |
| 76 | + - [x] [获取关注用户日记列表](https://jike-sdk.sxzz.moe/functions/api_stories.followingFeed.html) |
| 77 | + - [x] [获取用户的日记详情](https://jike-sdk.sxzz.moe/functions/api_stories.listUserStories.html) |
| 78 | +- [圈子](https://jike-sdk.sxzz.moe/modules/api_topics.html) |
| 79 | + - [x] [获取圈子热门动态](https://jike-sdk.sxzz.moe/functions/api_topics.getTabsSelectedFeed.html) |
| 80 | + - [x] [获取圈子动态](https://jike-sdk.sxzz.moe/functions/api_topics.getTabsSquareFeed.html) |
| 81 | + - [x] [搜索圈子](https://jike-sdk.sxzz.moe/functions/api_topics.search.html) |
80 | 82 |
|
81 | 83 | </details> |
82 | 84 |
|
|
0 commit comments