GitHub · Example Payload

Github Repo Actions Api Repository Example

CodePipelinesPlatformSoftware DevelopmentSource ControlT1

Github Repo Actions Api Repository 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

idnode_idnamefull_namelicenseforkspermissionsownerprivatehtml_url

Example Payload

Raw ↑
{
  "id": 42,
  "node_id": "MDEwOlJlcG9zaXRvcnkxMjk2MjY5",
  "name": "Team Environment",
  "full_name": "octocat/Hello-World",
  "license": "example_value",
  "forks": 42,
  "permissions": {
    "admin": true,
    "pull": true,
    "triage": true,
    "push": true,
    "maintain": true
  },
  "owner": "example_value",
  "private": true,
  "html_url": "https://github.com/octocat/Hello-World"
}