URLs
GET api/v1/users/following/isfollowing.xml (or .json)
请求参数
名称 |
类型 |
描述 |
必需 |
默认值 |
选项 |
FollowerUsername |
string |
Follower Username, Either FollowerUsername or FollowerId is required. |
否 |
||
FollowerId |
int |
Follower Id. Either FollowerUsername or FollowerId is required. |
否 |
||
FollowingUsername |
string |
Following Username. Either FollowingUsername or FollowingId is required. |
否 |
||
FollowingId |
int |
Following Id. Either FollowingUsername or FollowingId is required. |
否 |