Slide 10
Slide 10 text
@MICHAELCULLUMUK
REST API
{
"_links": {
"self": “http://api.github.com/orgs/20/repos“
},
"limit": 100,
"results": [
{
"_expandable": {
"commits": “/repos/105/commits“,
"collaborators": "/repos/105/collaborators",
},
"id": "3965071",
"title": “symfony/symfony",
"org": “Symfony",
...
},
{
...
}
],
"size": 2,
"start": 0
}