GitHub · Example Payload

Github Commit Example

CodePipelinesPlatformSoftware DevelopmentSource ControlT1

Github Commit 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

shanode_idurlhtml_urlcomments_urlcommitauthorcommitterparentsstats

Example Payload

Raw ↑
{
  "sha": "abc123def456",
  "node_id": "12345678",
  "url": "https://api.github.com/repos/octocat/Hello-World",
  "html_url": "https://api.github.com/repos/octocat/Hello-World",
  "comments_url": "https://api.github.com/repos/octocat/Hello-World",
  "commit": "example_value",
  "author": "example_value",
  "committer": "example_value",
  "parents": [
    "example_value"
  ],
  "stats": {
    "additions": 42,
    "deletions": 42,
    "total": 42
  }
}