-
Notifications
You must be signed in to change notification settings - Fork 0
/
MethodsUrls.py
22 lines (22 loc) · 1.64 KB
/
MethodsUrls.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Do not modify this urls!
userSearchUrl = 'https://api.ukrainians.co/v1/search?cityId={0}&countryId{1}0&gender={2}&isOnline={3}&maxAge={4}&minAge={5}&relationship={6}&schoolId={7}&skip={8}&top={9}&universityId={10}&value='
inviteUrl = 'https://api.ukrainians.co/v1/community/invite/{}'
inviteFriendsUrl = 'https://api.ukrainians.co/v1/community/inviteFriends/{}?skip={}'
imageUploadUrl = 'https://api.ukrainians.co/v1/post/uploadimages'
url = 'https://api.ukrainians.co/v1/token'
postUrl = 'https://api.ukrainians.co/v1/post/add'
likeURL = 'https://api.ukrainians.co/v1/like'
sendMsgUrl = 'https://api.ukrainians.co/v1/messenger/send'
getFriendsUrl = 'https://api.ukrainians.co/v1/contacts/friends?isCounts=false&isUser=true&online=false&routeId={}&skip={}'
getDialogsUrl = 'https://api.ukrainians.co/v1/dialog/get?skip=0'
getMessageUrl = 'https://api.ukrainians.co/v1/messenger/get?dialogId={}&skip=0'
getFollowersUrl = 'https://api.ukrainians.co/v1/contacts/followers?isUser=true&routeId={}&skip={}'
acceptFollowersUrl = 'https://api.ukrainians.co/v1/contacts/accept'
deleteFriendUrl = 'https://api.ukrainians.co/v1/contacts/delete'
commentAddUrl = 'https://api.ukrainians.co/v1/comment/add'
communitySearchUrl = 'https://api.ukrainians.co/v1/community/search?orderby={}&skip={}'
communityFollowUrl = 'https://api.ukrainians.co/v1/community/follow/{}'
unFollowUrl = 'https://api.ukrainians.co/v1/community/unfollow/{}'
getMyGroupsUrl = 'https://api.ukrainians.co/v1/community/my?includeCount=true'
getMutualFriendsUrl = 'https://api.ukrainians.co/v1/contacts/mutual?isUser=true&routeId={}&skip={}'
setPhotoUrl = 'https://api.ukrainians.co/v1/profile/savePhoto'