Created
June 28, 2016 08:10
-
-
Save pegurov/678f0d0d465181339d3a0cedf7fb5d3c to your computer and use it in GitHub Desktop.
Тестим relationships
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. Бвл подписан на лесю | |
2. Зашел к ней в профайл отписался | |
3. Открыл карту - получил ответ: | |
{ | |
"users": [ | |
{ | |
"id": 9, | |
"name": "Лейсан", | |
"gender": "female", | |
"status_message": "Продам гараж.", | |
"birth_date": 645238716, | |
"online": false, | |
"vehicles": [ | |
{ | |
"id": 20, | |
"brand": "Porsche", | |
"model": "Panamera", | |
"license": "Е777КХ77", | |
"color": "#aa0000" | |
} | |
], | |
"location": { | |
"longitude": 37.62338608503342, | |
"latitude": 55.7099760662488 | |
}, | |
"avatar": { | |
"id": 423, | |
"low_resolution": { | |
"width": 0, | |
"height": 0, | |
"uri": "http://46.101.27.143:8080/uploads/avatars/423/myfilname" | |
}, | |
"high_resolution": { | |
"width": 0, | |
"height": 0, | |
"uri": "http://46.101.27.143:8080/uploads/avatars/423/myfilname" | |
} | |
}, | |
"relationship_from_current_user": { | |
"state": "following" | |
} | |
} | |
], | |
"chats": [ | |
] | |
} | |
4. Открыл профиль - получил ответ: | |
{ | |
"user": { | |
"id": 9, | |
"name": "Лейсан", | |
"gender": "female", | |
"status_message": "Продам гараж.", | |
"birth_date": 645238716, | |
"online": false, | |
"phone": "79091665439", | |
"visibility": "all", | |
"closed_profile": true, | |
"vehicles": [ | |
{ | |
"id": 20, | |
"brand": "Porsche", | |
"model": "Panamera", | |
"license": "Е777КХ77", | |
"color": "#aa0000" | |
} | |
], | |
"location": { | |
"longitude": 37.62338608503342, | |
"latitude": 55.70997606624879 | |
}, | |
"avatar": { | |
"id": 423, | |
"low_resolution": { | |
"width": 0, | |
"height": 0, | |
"uri": "http://46.101.27.143:8080/uploads/avatars/423/myfilname" | |
}, | |
"high_resolution": { | |
"width": 0, | |
"height": 0, | |
"uri": "http://46.101.27.143:8080/uploads/avatars/423/myfilname" | |
} | |
}, | |
"relationship_from_current_user": null, | |
"rating_from_current_user": { | |
"state": "up" | |
}, | |
"incoming_following_relationships_count": 2, | |
"outgoing_following_relationships_count": 3, | |
"rating_points": 2, | |
"rating_items": 6 | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment