|
18 | 18 | <details>
|
19 | 19 | <summary>API 列表</summary>
|
20 | 20 |
|
21 |
| -- 用户 |
22 |
| - - [x] 获取用户信息 |
23 |
| - - [x] 刷新 Access Token |
24 |
| - - [x] 发送登录验证码 |
25 |
| - - [x] 短信登录 |
26 |
| - - [x] 手机号与密码登录 |
27 |
| - - [ ] 保存设备 Token |
28 |
| - - [x] 弹一弹头像 |
29 |
| -- 用户关系 |
30 |
| - - [x] 获取关注列表 |
31 |
| - - [x] 获取被关注列表 |
32 |
| - - [x] 关注 |
33 |
| - - [x] 取消关注 |
34 |
| - - [x] 是否关注用户 |
35 |
| - - [x] 不看 TA 的内容 |
36 |
| - - [x] 重新看 TA 的内容 |
37 |
| -- 动态帖子 |
38 |
| - - [x] 发送动态 |
39 |
| - - [x] 获取动态详情 |
40 |
| - - [x] 分享动态 |
41 |
| - - [x] 点赞 |
42 |
| - - [x] 取消点赞 |
43 |
| - - [x] 获取点赞用户列表 |
44 |
| -- 动态广场 |
45 |
| - - [x] 获取动态推荐 |
| 21 | +- [用户](http://jike-sdk.surge.sh/modules/api_users.html) |
| 22 | + - [x] [获取用户信息](http://jike-sdk.surge.sh/modules/api_users.html#profile) |
| 23 | + - [x] [刷新 Access Token](http://jike-sdk.surge.sh/modules/api_users.html#refreshToken) |
| 24 | + - [x] [发送登录验证码](http://jike-sdk.surge.sh/modules/api_users.html#getSmsCode) |
| 25 | + - [x] [短信登录](http://jike-sdk.surge.sh/modules/api_users.html#loginWithSmsCode) |
| 26 | + - [x] [手机号与密码登录](手机号与密码登录) |
| 27 | + - [x] [弹一弹头像](http://jike-sdk.surge.sh/modules/api_users.html#avatarGreet) |
| 28 | + - [ ] ~~保存设备 Token~~ |
| 29 | +- [用户关系](http://jike-sdk.surge.sh/modules/api_user_relation.html) |
| 30 | + - [x] [获取关注列表](http://jike-sdk.surge.sh/modules/api_user_relation.html#getFollowingList) |
| 31 | + - [x] [获取被关注列表](http://jike-sdk.surge.sh/modules/api_user_relation.html#getFollowerList) |
| 32 | + - [x] [关注](http://jike-sdk.surge.sh/modules/api_user_relation.html#follow) |
| 33 | + - [x] [取消关注](http://jike-sdk.surge.sh/modules/api_user_relation.html#unfollow) |
| 34 | + - [x] [是否关注用户](http://jike-sdk.surge.sh/classes/index.JikeUser.html#isFollowing) |
| 35 | + - [x] [不看 TA 的内容](http://jike-sdk.surge.sh/modules/api_user_relation.html#mute) |
| 36 | + - [x] [重新看 TA 的内容](http://jike-sdk.surge.sh/modules/api_user_relation.html#unmute) |
| 37 | +- [动态帖子](http://jike-sdk.surge.sh/modules/api_posts.html) |
| 38 | + - [x] [发送动态](http://jike-sdk.surge.sh/modules/api_posts.html#create) |
| 39 | + - [x] [获取动态详情](http://jike-sdk.surge.sh/modules/api_posts.html#get) |
| 40 | + - [x] [分享动态](http://jike-sdk.surge.sh/modules/api_posts.html#share) |
| 41 | + - [x] [点赞](http://jike-sdk.surge.sh/modules/api_posts.html#like) |
| 42 | + - [x] [取消点赞](http://jike-sdk.surge.sh/modules/api_posts.html#unlike) |
| 43 | + - [x] [获取点赞用户列表](http://jike-sdk.surge.sh/modules/api_posts.html#listLikedUsers) |
| 44 | +- [动态广场](http://jike-sdk.surge.sh/modules/api_recommend_feed.html) |
| 45 | + - [x] [获取动态推荐](http://jike-sdk.surge.sh/modules/api_recommend_feed.html#list) |
46 | 46 | - 评论
|
47 |
| - - [x] 获取评论 |
48 |
| - - [x] 发送评论 |
49 |
| - - [x] 点赞 |
50 |
| - - [x] 取消点赞 |
51 |
| -- 动态 |
52 |
| - - [x] 获取用户动态 |
53 |
| - - [x] 获取关注动态 |
54 |
| - - [x] 置顶动态 |
55 |
| - - [x] 取消置顶动态 |
56 |
| -- 通知 |
57 |
| - - [x] 获取通知列表 |
58 |
| -- 上传 |
59 |
| - - [x] 获取上传 token |
60 |
| - - [x] 上传图片 |
61 |
| -- 日记 |
62 |
| - - [x] 获取关注用户日记列表 |
63 |
| - - [x] 获取用户的日记详情 |
| 47 | + - [x] [获取评论](http://jike-sdk.surge.sh/modules/api_comments.html#listPrimary) |
| 48 | + - [x] [发送评论](http://jike-sdk.surge.sh/modules/api_comments.html#add) |
| 49 | + - [x] [点赞](http://jike-sdk.surge.sh/modules/api_comments.html#like) |
| 50 | + - [x] [取消点赞](http://jike-sdk.surge.sh/modules/api_comments.html#unlike) |
| 51 | +- [动态](http://jike-sdk.surge.sh/modules/api_personal_update.html) |
| 52 | + - [x] [获取用户动态](http://jike-sdk.surge.sh/modules/api_personal_update.html#single) |
| 53 | + - [x] [获取关注动态](http://jike-sdk.surge.sh/modules/api_personal_update.html#followingUpdates) |
| 54 | + - [x] [置顶动态](http://jike-sdk.surge.sh/modules/api_personal_update.html#pin) |
| 55 | + - [x] [取消置顶动态](http://jike-sdk.surge.sh/modules/api_personal_update.html#unpin) |
| 56 | +- [通知](http://jike-sdk.surge.sh/modules/api_notifications.html) |
| 57 | + - [x] [获取通知列表](http://jike-sdk.surge.sh/modules/api_notifications.html#list) |
| 58 | +- [上传](http://jike-sdk.surge.sh/modules/api_upload.html) |
| 59 | + - [x] [获取上传 token](http://jike-sdk.surge.sh/modules/api_upload.html#token) |
| 60 | + - [x] [上传图片](http://jike-sdk.surge.sh/modules/api_upload.html#upload) |
| 61 | +- [日记](http://jike-sdk.surge.sh/modules/api_stories.html) |
| 62 | + - [x] [获取关注用户日记列表](http://jike-sdk.surge.sh/modules/api_stories.html#followingFeed) |
| 63 | + - [x] [获取用户的日记详情](http://jike-sdk.surge.sh/modules/api_stories.html#listUserStories) |
64 | 64 |
|
65 | 65 | </details>
|
66 | 66 |
|
|
0 commit comments