GitHub · Example Payload

Github Repository Example

example_value

CodePipelinesPlatformSoftware DevelopmentSource ControlT1

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

Example Payload

Raw ↑
{
  "id": 42,
  "node_id": "12345678",
  "name": "octocat",
  "full_name": "octocat",
  "owner": "example_value",
  "private": true,
  "html_url": "https://api.github.com/repos/octocat/Hello-World",
  "description": "example_value",
  "fork": true,
  "url": "https://api.github.com/repos/octocat/Hello-World"
}