add support for Query Follower\Following(s) ...

This commit is contained in:
2025-08-02 15:14:38 +03:30
parent 277575f518
commit a7cef94a7a
3 changed files with 364 additions and 247 deletions
+11 -5
View File
@@ -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
//