GitHub · Example Payload

Github Repo Invitations Api Minimal Repository Example

This your first repo!

CodePipelinesPlatformSoftware DevelopmentSource ControlT1

Github Repo Invitations Api Minimal 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": 1296269,
  "node_id": "MDEwOlJlcG9zaXRvcnkxMjk2MjY5",
  "name": "Hello-World",
  "full_name": "octocat/Hello-World",
  "owner": "example_value",
  "private": true,
  "html_url": "https://github.com/octocat/Hello-World",
  "description": "This your first repo!",
  "fork": true,
  "url": "https://api.github.com/repos/octocat/Hello-World"
}