GitHub · Example Payload

Github Gists Base Gist Example

CodePipelinesPlatformSoftware DevelopmentSource ControlT1

Github Gists Base Gist Example is an example object payload from GitHub, with 10 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

urlforks_urlcommits_urlidnode_idgit_pull_urlgit_push_urlhtml_urlfilespublic

Example Payload

Raw ↑
{
  "url": "https://api.github.com/repos/octocat/Hello-World",
  "forks_url": "https://api.github.com/repos/octocat/Hello-World",
  "commits_url": "https://api.github.com/repos/octocat/Hello-World",
  "id": "12345678",
  "node_id": "12345678",
  "git_pull_url": "https://api.github.com/repos/octocat/Hello-World",
  "git_push_url": "https://api.github.com/repos/octocat/Hello-World",
  "html_url": "https://api.github.com/repos/octocat/Hello-World",
  "files": {},
  "public": true
}