add support for Query Follower\Following(s) ...
This commit is contained in:
@@ -144,6 +144,9 @@ namespace xIdentityService.Constants
|
||||
[StringValue("Account/Friendship/{destUser}/RejectRequest")]
|
||||
RejectRequest,
|
||||
|
||||
[StringValue("Account/Friendship/{destUser}/FriendshipInfo")]
|
||||
FriendshipInfo,
|
||||
|
||||
[StringValue("Account/Friendship/{destUser}/IsFollower")]
|
||||
IsFollower,
|
||||
|
||||
@@ -159,6 +162,12 @@ namespace xIdentityService.Constants
|
||||
[StringValue("Account/Friendship/AllFollowers")]
|
||||
AllFollowers,
|
||||
|
||||
[StringValue("Account/Friendship/FollowersList")]
|
||||
FollowersList,
|
||||
|
||||
[StringValue("Account/Friendship/QueryFollowers")]
|
||||
QueryFollowers,
|
||||
|
||||
[StringValue("Account/Friendship/{destUser}/IsFollowing")]
|
||||
IsFollowing,
|
||||
|
||||
@@ -177,11 +186,8 @@ namespace xIdentityService.Constants
|
||||
[StringValue("Account/Friendship/FollowingsList")]
|
||||
FollowingsList,
|
||||
|
||||
[StringValue("Account/Friendship/FollowersList")]
|
||||
FollowersList,
|
||||
|
||||
[StringValue("Account/Friendship/{destUser}/FriendshipInfo")]
|
||||
FriendshipInfo,
|
||||
[StringValue("Account/Friendship/QueryFollowings")]
|
||||
QueryFollowings,
|
||||
#endregion
|
||||
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user