github.com/crosbymichael/octokat@v0.0.0-20160826194511-076a32289ed5/fixtures/create_repository.json (about) 1 { 2 "id": 1296269, 3 "owner": { 4 "login": "octocat", 5 "id": 1, 6 "avatar_url": "https://github.com/images/error/octocat_happy.gif", 7 "gravatar_id": "somehexcode", 8 "url": "https://api.github.com/users/octocat" 9 }, 10 "name": "Hello-World", 11 "full_name": "octocat/Hello-World", 12 "description": "This is your first repo", 13 "private": false, 14 "fork": true, 15 "url": "https://api.github.com/repos/octocat/Hello-World", 16 "html_url": "https://github.com/octocat/Hello-World", 17 "clone_url": "https://github.com/octocat/Hello-World.git", 18 "git_url": "git://github.com/octocat/Hello-World.git", 19 "ssh_url": "git@github.com:octocat/Hello-World.git", 20 "svn_url": "https://svn.github.com/octocat/Hello-World", 21 "mirror_url": "git://git.example.com/octocat/Hello-World", 22 "homepage": "https://github.com", 23 "language": null, 24 "forks": 9, 25 "forks_count": 9, 26 "watchers": 80, 27 "watchers_count": 80, 28 "size": 108, 29 "master_branch": "master", 30 "open_issues": 0, 31 "open_issues_count": 0, 32 "pushed_at": "2011-01-26T19:06:43Z", 33 "created_at": "2011-01-26T19:01:12Z", 34 "updated_at": "2011-01-26T19:14:43Z" 35 }