Skip to content

Instantly share code, notes, and snippets.

@truesteps
Created March 14, 2022 15:12
Show Gist options
  • Save truesteps/43b4b13ac3619c92cbdc70c5622c6e02 to your computer and use it in GitHub Desktop.
Save truesteps/43b4b13ac3619c92cbdc70c5622c6e02 to your computer and use it in GitHub Desktop.
Bugged response from gitea
{
"id": 31494,
"owner": {
"id": 503849,
"login": "steps",
"full_name": "",
"email": "steps@noreply.try.gitea.io",
"avatar_url": "https://try.gitea.io/avatar/dc38a2ce0b3eb05ea4672dd694a8aea5",
"language": "",
"is_admin": false,
"last_login": "0001-01-01T00:00:00Z",
"created": "2022-03-14T15:05:52Z",
"restricted": false,
"active": false,
"prohibit_login": false,
"location": "",
"website": "",
"description": "",
"visibility": "public",
"followers_count": 0,
"following_count": 0,
"starred_repos_count": 0,
"username": "steps"
},
"name": "this-is-the-best-ever-repo",
"full_name": "steps/this-is-the-best-ever-repo",
"description": "string",
"empty": false,
"private": true,
"fork": false,
"template": false,
"parent": null,
"mirror": false,
"size": 119,
"language": "",
"languages_url": "https://try.gitea.io/api/v1/repos/steps/this-is-the-best-ever-repo/languages",
"html_url": "https://try.gitea.io/steps/this-is-the-best-ever-repo",
"ssh_url": "git@try.gitea.io:steps/this-is-the-best-ever-repo.git",
"clone_url": "https://try.gitea.io/steps/this-is-the-best-ever-repo.git",
"original_url": "",
"website": "",
"stars_count": 0,
"forks_count": 0,
"watchers_count": 0,
"open_issues_count": 0,
"open_pr_counter": 0,
"release_counter": 0,
"default_branch": "",
"archived": false,
"created_at": "2022-03-14T15:08:11Z",
"updated_at": "2022-03-14T15:08:11Z",
"permissions": {
"admin": true,
"push": true,
"pull": true
},
"has_issues": true,
"internal_tracker": {
"enable_time_tracker": false,
"allow_only_contributors_to_track_time": true,
"enable_issue_dependencies": true
},
"has_wiki": true,
"has_pull_requests": true,
"has_projects": true,
"ignore_whitespace_conflicts": false,
"allow_merge_commits": true,
"allow_rebase": true,
"allow_rebase_explicit": true,
"allow_squash_merge": true,
"default_merge_style": "merge",
"avatar_url": "",
"internal": false,
"mirror_interval": "",
"mirror_updated": "0001-01-01T00:00:00Z",
"repo_transfer": null
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment