GitHub · Example Payload

Github Events Api Root Example

CodePipelinesPlatformSoftware DevelopmentSource ControlT1

Github Events Api Root 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

current_user_urlcurrent_user_authorizations_html_urlauthorizations_urlcode_search_urlcommit_search_urlemails_urlemojis_urlevents_urlfeeds_urlfollowers_url

Example Payload

Raw ↑
{
  "current_user_url": "https://api.github.com/repos/octocat/Hello-World",
  "current_user_authorizations_html_url": "https://api.github.com/repos/octocat/Hello-World",
  "authorizations_url": "https://api.github.com/repos/octocat/Hello-World",
  "code_search_url": "https://api.github.com/repos/octocat/Hello-World",
  "commit_search_url": "https://api.github.com/repos/octocat/Hello-World",
  "emails_url": "https://api.github.com/repos/octocat/Hello-World",
  "emojis_url": "https://api.github.com/repos/octocat/Hello-World",
  "events_url": "https://api.github.com/repos/octocat/Hello-World",
  "feeds_url": "https://api.github.com/repos/octocat/Hello-World",
  "followers_url": "https://api.github.com/repos/octocat/Hello-World"
}