Created
October 15, 2012 10:54
-
-
Save dimmduh/3891926 to your computer and use it in GitHub Desktop.
ban-get-comment-status
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 10:53:49 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": { | |
| "banned_users": [ | |
| { | |
| "ban_id": 8, | |
| "id": 4347966, | |
| "user_name": "Одинокий Лис" | |
| } | |
| ], | |
| "isModerator": false | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment