Created
October 15, 2012 09:12
-
-
Save dimmduh/3891599 to your computer and use it in GitHub Desktop.
abuse-get
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
HTTP/1.1 200 OK | |
Date: Mon, 15 Oct 2012 09:11:05 GMT | |
Server: nginx/0.7.67 | |
Content-Type: application/json; charset=utf-8 | |
X-Powered-By: PHP/5.3.3-7+squeeze3 | |
Via: 1.1 duhnich.in.sports.ru | |
Transfer-Encoding: chunked | |
{ | |
"status": "success", | |
"data": { | |
"abuses": [ | |
{ | |
"id": 5, | |
"ctime": "2012-10-05 16:48:35.40462", | |
"mtime": "2012-10-05 16:48:35.40462", | |
"text": "Думал", | |
"user_id": 84363435, | |
"user_name": "Red Eye", | |
"object_id": 142985081, | |
"object_class": "Sports::Comment" | |
}, | |
{ | |
"id": 4, | |
"ctime": "2012-10-05 16:47:57.736266", | |
"mtime": "2012-10-05 16:49:11.389444", | |
"text": "Оскорбляние неверных", | |
"user_id": 2783115, | |
"user_name": "Михаил Калашников", | |
"object_id": 142985104, | |
"object_class": "Sports::Comment" | |
} | |
], | |
"isModerator": false | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment