Skip to content

Instantly share code, notes, and snippets.

@nicholasserra
Created March 18, 2015 19:02
Show Gist options
  • Save nicholasserra/ff097fddf72b64794c78 to your computer and use it in GitHub Desktop.
Save nicholasserra/ff097fddf72b64794c78 to your computer and use it in GitHub Desktop.
Pull Requests API response
[{
"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": "nserra@quickleft.com",
"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": "nserra@quickleft.com",
"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