GitHub · Example Payload

Github Gists Gist Commit Example

CodePipelinesPlatformSoftware DevelopmentSource ControlT1

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

Top-level fields

urlversionuserchange_statuscommitted_at

Example Payload

Raw ↑
{
  "url": "https://api.github.com/gists/aa5a315d61ae9438b18d/57a7f021a713b1c5a6a199b54cc514735d2d462f",
  "version": "57a7f021a713b1c5a6a199b54cc514735d2d462f",
  "user": "example_value",
  "change_status": {
    "total": 42,
    "additions": 42,
    "deletions": 42
  },
  "committed_at": "2010-04-14T02:15:15Z"
}