Created
March 18, 2015 19:02
-
-
Save nicholasserra/ff097fddf72b64794c78 to your computer and use it in GitHub Desktop.
Pull Requests API response
This file contains 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
[{ | |
"body": "Pull request body", | |
"items": [ | |
9239 | |
], | |
"number": 1799, | |
"user": { | |
"first_name": "Nicholas", | |
"last_name": "Serra", | |
"created_at": "2011-12-10T19:28:42+00:00", | |
"email": "[email protected]", | |
"last_login": "2015-02-26T06:43:36+00:00", | |
"id": 1 | |
}, | |
"title": "SortableTable item numbers shoud be permalinks" | |
}, { | |
"body": "Another pull request body", | |
"items": [ | |
9213, | |
9214, | |
9221 | |
], | |
"number": 1792, | |
"user": { | |
"first_name": "Nicholas", | |
"last_name": "Serra", | |
"created_at": "2013-08-15T06:30:07+00:00", | |
"email": "[email protected]", | |
"last_login": "2015-02-26T00:59:10+00:00", | |
"id": 1 | |
}, | |
"title": "9213 moar onboarding" | |
}] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment