Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Map "created" "issue" event with "issue_comment" event header #14

Open
Cisien opened this issue Jul 12, 2021 · 0 comments
Open

Map "created" "issue" event with "issue_comment" event header #14

Cisien opened this issue Jul 12, 2021 · 0 comments

Comments

@Cisien
Copy link
Contributor

Cisien commented Jul 12, 2021

X-GitHub-Event: issue_comment

{
  "action": "created",
  "issue": {
    "url": "https://api.github.com/repos/discord-csharp/DiscordWebhookProxy/issues/8",
    "repository_url": "https://api.github.com/repos/discord-csharp/DiscordWebhookProxy",
    "labels_url": "https://api.github.com/repos/discord-csharp/DiscordWebhookProxy/issues/8/labels{/name}",
    "comments_url": "https://api.github.com/repos/discord-csharp/DiscordWebhookProxy/issues/8/comments",
    "events_url": "https://api.github.com/repos/discord-csharp/DiscordWebhookProxy/issues/8/events",
    "html_url": "https://github.com/discord-csharp/DiscordWebhookProxy/issues/8",
    "id": 942266531,
    "node_id": "MDU6SXNzdWU5NDIyNjY1MzE=",
    "number": 8,
    "title": "Map \"push\" event",
    "user": {
      "login": "Cisien",
      "id": 4044356,
      "node_id": "MDQ6VXNlcjQwNDQzNTY=",
      "avatar_url": "https://avatars.githubusercontent.com/u/4044356?v=4",
      "gravatar_id": "",
      "url": "https://api.github.com/users/Cisien",
      "html_url": "https://github.com/Cisien",
      "followers_url": "https://api.github.com/users/Cisien/followers",
      "following_url": "https://api.github.com/users/Cisien/following{/other_user}",
      "gists_url": "https://api.github.com/users/Cisien/gists{/gist_id}",
      "starred_url": "https://api.github.com/users/Cisien/starred{/owner}{/repo}",
      "subscriptions_url": "https://api.github.com/users/Cisien/subscriptions",
      "organizations_url": "https://api.github.com/users/Cisien/orgs",
      "repos_url": "https://api.github.com/users/Cisien/repos",
      "events_url": "https://api.github.com/users/Cisien/events{/privacy}",
      "received_events_url": "https://api.github.com/users/Cisien/received_events",
      "type": "User",
      "site_admin": false
    },
    "labels": [

    ],
    "state": "open",
    "locked": false,
    "assignee": null,
    "assignees": [

    ],
    "milestone": null,
    "comments": 0,
    "created_at": "2021-07-12T17:10:07Z",
    "updated_at": "2021-07-12T17:45:36Z",
    "closed_at": null,
    "author_association": "CONTRIBUTOR",
    "active_lock_reason": null,
    "body": "Identified as a push event by the ref/before/after properties (maybe?) or by looking at the `X-GitHub-Event: push` header\r\n\r\nData:\r\n```json\r\n{\r\n  \"ref\": \"refs/heads/main\",\r\n  \"before\": \"95178d7634d48811249ab8a4e94cd514aca0e206\",\r\n  \"after\": \"c402dfc8643a34251cdabf0d1188509cd24338c7\",\r\n  \"repository\": {\r\n    \"id\": 87733227,\r\n    \"node_id\": \"MDEwOlJlcG9zaXRvcnk4NzczMzIyNw==\",\r\n    \"name\": \"CSharpRepl\",\r\n    \"full_name\": \"discord-csharp/CSharpRepl\",\r\n    \"private\": false,\r\n    \"owner\": {\r\n      \"name\": \"discord-csharp\",\r\n      \"email\": null,\r\n      \"login\": \"discord-csharp\",\r\n      \"id\": 19499857,\r\n      \"node_id\": \"MDEyOk9yZ2FuaXphdGlvbjE5NDk5ODU3\",\r\n      \"avatar_url\": \"https://avatars.githubusercontent.com/u/19499857?v=4\",\r\n      \"gravatar_id\": \"\",\r\n      \"url\": \"https://api.github.com/users/discord-csharp\",\r\n      \"html_url\": \"https://github.com/discord-csharp\",\r\n      \"followers_url\": \"https://api.github.com/users/discord-csharp/followers\",\r\n      \"following_url\": \"https://api.github.com/users/discord-csharp/following{/other_user}\",\r\n      \"gists_url\": \"https://api.github.com/users/discord-csharp/gists{/gist_id}\",\r\n      \"starred_url\": \"https://api.github.com/users/discord-csharp/starred{/owner}{/repo}\",\r\n      \"subscriptions_url\": \"https://api.github.com/users/discord-csharp/subscriptions\",\r\n      \"organizations_url\": \"https://api.github.com/users/discord-csharp/orgs\",\r\n      \"repos_url\": \"https://api.github.com/users/discord-csharp/repos\",\r\n      \"events_url\": \"https://api.github.com/users/discord-csharp/events{/privacy}\",\r\n      \"received_events_url\": \"https://api.github.com/users/discord-csharp/received_events\",\r\n      \"type\": \"Organization\",\r\n      \"site_admin\": false\r\n    },\r\n    \"html_url\": \"https://github.com/discord-csharp/CSharpRepl\",\r\n    \"description\": \"CSharpRepl is a web api for C# REPL using the Roslyn Scripting APIs\",\r\n    \"fork\": false,\r\n    \"url\": \"https://github.com/discord-csharp/CSharpRepl\",\r\n    \"forks_url\": \"https://api.github.com/repos/discord-csharp/CSharpRepl/forks\",\r\n    \"keys_url\": \"https://api.github.com/repos/discord-csharp/CSharpRepl/keys{/key_id}\",\r\n    \"collaborators_url\": \"https://api.github.com/repos/discord-csharp/CSharpRepl/collaborators{/collaborator}\",\r\n    \"teams_url\": \"https://api.github.com/repos/discord-csharp/CSharpRepl/teams\",\r\n    \"hooks_url\": \"https://api.github.com/repos/discord-csharp/CSharpRepl/hooks\",\r\n    \"issue_events_url\": \"https://api.github.com/repos/discord-csharp/CSharpRepl/issues/events{/number}\",\r\n    \"events_url\": \"https://api.github.com/repos/discord-csharp/CSharpRepl/events\",\r\n    \"assignees_url\": \"https://api.github.com/repos/discord-csharp/CSharpRepl/assignees{/user}\",\r\n    \"branches_url\": \"https://api.github.com/repos/discord-csharp/CSharpRepl/branches{/branch}\",\r\n    \"tags_url\": \"https://api.github.com/repos/discord-csharp/CSharpRepl/tags\",\r\n    \"blobs_url\": \"https://api.github.com/repos/discord-csharp/CSharpRepl/git/blobs{/sha}\",\r\n    \"git_tags_url\": \"https://api.github.com/repos/discord-csharp/CSharpRepl/git/tags{/sha}\",\r\n    \"git_refs_url\": \"https://api.github.com/repos/discord-csharp/CSharpRepl/git/refs{/sha}\",\r\n    \"trees_url\": \"https://api.github.com/repos/discord-csharp/CSharpRepl/git/trees{/sha}\",\r\n    \"statuses_url\": \"https://api.github.com/repos/discord-csharp/CSharpRepl/statuses/{sha}\",\r\n    \"languages_url\": \"https://api.github.com/repos/discord-csharp/CSharpRepl/languages\",\r\n    \"stargazers_url\": \"https://api.github.com/repos/discord-csharp/CSharpRepl/stargazers\",\r\n    \"contributors_url\": \"https://api.github.com/repos/discord-csharp/CSharpRepl/contributors\",\r\n    \"subscribers_url\": \"https://api.github.com/repos/discord-csharp/CSharpRepl/subscribers\",\r\n    \"subscription_url\": \"https://api.github.com/repos/discord-csharp/CSharpRepl/subscription\",\r\n    \"commits_url\": \"https://api.github.com/repos/discord-csharp/CSharpRepl/commits{/sha}\",\r\n    \"git_commits_url\": \"https://api.github.com/repos/discord-csharp/CSharpRepl/git/commits{/sha}\",\r\n    \"comments_url\": \"https://api.github.com/repos/discord-csharp/CSharpRepl/comments{/number}\",\r\n    \"issue_comment_url\": \"https://api.github.com/repos/discord-csharp/CSharpRepl/issues/comments{/number}\",\r\n    \"contents_url\": \"https://api.github.com/repos/discord-csharp/CSharpRepl/contents/{+path}\",\r\n    \"compare_url\": \"https://api.github.com/repos/discord-csharp/CSharpRepl/compare/{base}...{head}\",\r\n    \"merges_url\": \"https://api.github.com/repos/discord-csharp/CSharpRepl/merges\",\r\n    \"archive_url\": \"https://api.github.com/repos/discord-csharp/CSharpRepl/{archive_format}{/ref}\",\r\n    \"downloads_url\": \"https://api.github.com/repos/discord-csharp/CSharpRepl/downloads\",\r\n    \"issues_url\": \"https://api.github.com/repos/discord-csharp/CSharpRepl/issues{/number}\",\r\n    \"pulls_url\": \"https://api.github.com/repos/discord-csharp/CSharpRepl/pulls{/number}\",\r\n    \"milestones_url\": \"https://api.github.com/repos/discord-csharp/CSharpRepl/milestones{/number}\",\r\n    \"notifications_url\": \"https://api.github.com/repos/discord-csharp/CSharpRepl/notifications{?since,all,participating}\",\r\n    \"labels_url\": \"https://api.github.com/repos/discord-csharp/CSharpRepl/labels{/name}\",\r\n    \"releases_url\": \"https://api.github.com/repos/discord-csharp/CSharpRepl/releases{/id}\",\r\n    \"deployments_url\": \"https://api.github.com/repos/discord-csharp/CSharpRepl/deployments\",\r\n    \"created_at\": 1491765663,\r\n    \"updated_at\": \"2021-07-11T16:57:46Z\",\r\n    \"pushed_at\": 1626032819,\r\n    \"git_url\": \"git://github.com/discord-csharp/CSharpRepl.git\",\r\n    \"ssh_url\": \"[email protected]:discord-csharp/CSharpRepl.git\",\r\n    \"clone_url\": \"https://github.com/discord-csharp/CSharpRepl.git\",\r\n    \"svn_url\": \"https://github.com/discord-csharp/CSharpRepl\",\r\n    \"homepage\": \"\",\r\n    \"size\": 317,\r\n    \"stargazers_count\": 14,\r\n    \"watchers_count\": 14,\r\n    \"language\": \"C#\",\r\n    \"has_issues\": true,\r\n    \"has_projects\": true,\r\n    \"has_downloads\": true,\r\n    \"has_wiki\": true,\r\n    \"has_pages\": false,\r\n    \"forks_count\": 12,\r\n    \"mirror_url\": null,\r\n    \"archived\": false,\r\n    \"disabled\": false,\r\n    \"open_issues_count\": 0,\r\n    \"license\": {\r\n      \"key\": \"mit\",\r\n      \"name\": \"MIT License\",\r\n      \"spdx_id\": \"MIT\",\r\n      \"url\": \"https://api.github.com/licenses/mit\",\r\n      \"node_id\": \"MDc6TGljZW5zZTEz\"\r\n    },\r\n    \"forks\": 12,\r\n    \"open_issues\": 0,\r\n    \"watchers\": 14,\r\n    \"default_branch\": \"main\",\r\n    \"stargazers\": 14,\r\n    \"master_branch\": \"main\",\r\n    \"organization\": \"discord-csharp\"\r\n  },\r\n  \"pusher\": {\r\n    \"name\": \"Cisien\",\r\n    \"email\": \"[email protected]\"\r\n  },\r\n  \"organization\": {\r\n    \"login\": \"discord-csharp\",\r\n    \"id\": 19499857,\r\n    \"node_id\": \"MDEyOk9yZ2FuaXphdGlvbjE5NDk5ODU3\",\r\n    \"url\": \"https://api.github.com/orgs/discord-csharp\",\r\n    \"repos_url\": \"https://api.github.com/orgs/discord-csharp/repos\",\r\n    \"events_url\": \"https://api.github.com/orgs/discord-csharp/events\",\r\n    \"hooks_url\": \"https://api.github.com/orgs/discord-csharp/hooks\",\r\n    \"issues_url\": \"https://api.github.com/orgs/discord-csharp/issues\",\r\n    \"members_url\": \"https://api.github.com/orgs/discord-csharp/members{/member}\",\r\n    \"public_members_url\": \"https://api.github.com/orgs/discord-csharp/public_members{/member}\",\r\n    \"avatar_url\": \"https://avatars.githubusercontent.com/u/19499857?v=4\",\r\n    \"description\": \"\"\r\n  },\r\n  \"sender\": {\r\n    \"login\": \"Cisien\",\r\n    \"id\": 4044356,\r\n    \"node_id\": \"MDQ6VXNlcjQwNDQzNTY=\",\r\n    \"avatar_url\": \"https://avatars.githubusercontent.com/u/4044356?v=4\",\r\n    \"gravatar_id\": \"\",\r\n    \"url\": \"https://api.github.com/users/Cisien\",\r\n    \"html_url\": \"https://github.com/Cisien\",\r\n    \"followers_url\": \"https://api.github.com/users/Cisien/followers\",\r\n    \"following_url\": \"https://api.github.com/users/Cisien/following{/other_user}\",\r\n    \"gists_url\": \"https://api.github.com/users/Cisien/gists{/gist_id}\",\r\n    \"starred_url\": \"https://api.github.com/users/Cisien/starred{/owner}{/repo}\",\r\n    \"subscriptions_url\": \"https://api.github.com/users/Cisien/subscriptions\",\r\n    \"organizations_url\": \"https://api.github.com/users/Cisien/orgs\",\r\n    \"repos_url\": \"https://api.github.com/users/Cisien/repos\",\r\n    \"events_url\": \"https://api.github.com/users/Cisien/events{/privacy}\",\r\n    \"received_events_url\": \"https://api.github.com/users/Cisien/received_events\",\r\n    \"type\": \"User\",\r\n    \"site_admin\": false\r\n  },\r\n  \"created\": false,\r\n  \"deleted\": false,\r\n  \"forced\": false,\r\n  \"base_ref\": null,\r\n  \"compare\": \"https://github.com/discord-csharp/CSharpRepl/compare/95178d7634d4...c402dfc8643a\",\r\n  \"commits\": [\r\n    {\r\n      \"id\": \"c402dfc8643a34251cdabf0d1188509cd24338c7\",\r\n      \"tree_id\": \"d22d9625d3abaf5258bf81ced0f9a79e959f27c0\",\r\n      \"distinct\": true,\r\n      \"message\": \"Fix attribution in readme\",\r\n      \"timestamp\": \"2021-07-11T12:46:59-07:00\",\r\n      \"url\": \"https://github.com/discord-csharp/CSharpRepl/commit/c402dfc8643a34251cdabf0d1188509cd24338c7\",\r\n      \"author\": {\r\n        \"name\": \"Chris\",\r\n        \"email\": \"[email protected]\",\r\n        \"username\": \"Cisien\"\r\n      },\r\n      \"committer\": {\r\n        \"name\": \"GitHub\",\r\n        \"email\": \"[email protected]\",\r\n        \"username\": \"web-flow\"\r\n      },\r\n      \"added\": [\r\n\r\n      ],\r\n      \"removed\": [\r\n\r\n      ],\r\n      \"modified\": [\r\n        \"README.md\"\r\n      ]\r\n    }\r\n  ],\r\n  \"head_commit\": {\r\n    \"id\": \"c402dfc8643a34251cdabf0d1188509cd24338c7\",\r\n    \"tree_id\": \"d22d9625d3abaf5258bf81ced0f9a79e959f27c0\",\r\n    \"distinct\": true,\r\n    \"message\": \"Fix attribution in readme\",\r\n    \"timestamp\": \"2021-07-11T12:46:59-07:00\",\r\n    \"url\": \"https://github.com/discord-csharp/CSharpRepl/commit/c402dfc8643a34251cdabf0d1188509cd24338c7\",\r\n    \"author\": {\r\n      \"name\": \"Chris\",\r\n      \"email\": \"[email protected]\",\r\n      \"username\": \"Cisien\"\r\n    },\r\n    \"committer\": {\r\n      \"name\": \"GitHub\",\r\n      \"email\": \"[email protected]\",\r\n      \"username\": \"web-flow\"\r\n    },\r\n    \"added\": [\r\n\r\n    ],\r\n    \"removed\": [\r\n\r\n    ],\r\n    \"modified\": [\r\n      \"README.md\"\r\n    ]\r\n  }\r\n}\r\n```",
    "performed_via_github_app": null
  },
  "comment": {
    "url": "https://api.github.com/repos/discord-csharp/DiscordWebhookProxy/issues/comments/878470458",
    "html_url": "https://github.com/discord-csharp/DiscordWebhookProxy/issues/8#issuecomment-878470458",
    "issue_url": "https://api.github.com/repos/discord-csharp/DiscordWebhookProxy/issues/8",
    "id": 878470458,
    "node_id": "MDEyOklzc3VlQ29tbWVudDg3ODQ3MDQ1OA==",
    "user": {
      "login": "Cisien",
      "id": 4044356,
      "node_id": "MDQ6VXNlcjQwNDQzNTY=",
      "avatar_url": "https://avatars.githubusercontent.com/u/4044356?v=4",
      "gravatar_id": "",
      "url": "https://api.github.com/users/Cisien",
      "html_url": "https://github.com/Cisien",
      "followers_url": "https://api.github.com/users/Cisien/followers",
      "following_url": "https://api.github.com/users/Cisien/following{/other_user}",
      "gists_url": "https://api.github.com/users/Cisien/gists{/gist_id}",
      "starred_url": "https://api.github.com/users/Cisien/starred{/owner}{/repo}",
      "subscriptions_url": "https://api.github.com/users/Cisien/subscriptions",
      "organizations_url": "https://api.github.com/users/Cisien/orgs",
      "repos_url": "https://api.github.com/users/Cisien/repos",
      "events_url": "https://api.github.com/users/Cisien/events{/privacy}",
      "received_events_url": "https://api.github.com/users/Cisien/received_events",
      "type": "User",
      "site_admin": false
    },
    "created_at": "2021-07-12T17:45:36Z",
    "updated_at": "2021-07-12T17:45:36Z",
    "author_association": "CONTRIBUTOR",
    "body": "PR push event:\r\n```json\r\n{\r\n  \"ref\": \"refs/heads/cisien/readme-pr\",\r\n  \"before\": \"0000000000000000000000000000000000000000\",\r\n  \"after\": \"386c993ec75517ec2c941fd121e6bd9264d5a76a\",\r\n  \"repository\": {\r\n    \"id\": 384838976,\r\n    \"node_id\": \"MDEwOlJlcG9zaXRvcnkzODQ4Mzg5NzY=\",\r\n    \"name\": \"DiscordWebhookProxy\",\r\n    \"full_name\": \"discord-csharp/DiscordWebhookProxy\",\r\n    \"private\": false,\r\n    \"owner\": {\r\n      \"name\": \"discord-csharp\",\r\n      \"email\": null,\r\n      \"login\": \"discord-csharp\",\r\n      \"id\": 19499857,\r\n      \"node_id\": \"MDEyOk9yZ2FuaXphdGlvbjE5NDk5ODU3\",\r\n      \"avatar_url\": \"https://avatars.githubusercontent.com/u/19499857?v=4\",\r\n      \"gravatar_id\": \"\",\r\n      \"url\": \"https://api.github.com/users/discord-csharp\",\r\n      \"html_url\": \"https://github.com/discord-csharp\",\r\n      \"followers_url\": \"https://api.github.com/users/discord-csharp/followers\",\r\n      \"following_url\": \"https://api.github.com/users/discord-csharp/following{/other_user}\",\r\n      \"gists_url\": \"https://api.github.com/users/discord-csharp/gists{/gist_id}\",\r\n      \"starred_url\": \"https://api.github.com/users/discord-csharp/starred{/owner}{/repo}\",\r\n      \"subscriptions_url\": \"https://api.github.com/users/discord-csharp/subscriptions\",\r\n      \"organizations_url\": \"https://api.github.com/users/discord-csharp/orgs\",\r\n      \"repos_url\": \"https://api.github.com/users/discord-csharp/repos\",\r\n      \"events_url\": \"https://api.github.com/users/discord-csharp/events{/privacy}\",\r\n      \"received_events_url\": \"https://api.github.com/users/discord-csharp/received_events\",\r\n      \"type\": \"Organization\",\r\n      \"site_admin\": false\r\n    },\r\n    \"html_url\": \"https://github.com/discord-csharp/DiscordWebhookProxy\",\r\n    \"description\": \"DiscordWebhookProxy is a simple proxy that extends the discord built in github and slack webhook endpoints, allowing for customized content additional supported services.\",\r\n    \"fork\": false,\r\n    \"url\": \"https://github.com/discord-csharp/DiscordWebhookProxy\",\r\n    \"forks_url\": \"https://api.github.com/repos/discord-csharp/DiscordWebhookProxy/forks\",\r\n    \"keys_url\": \"https://api.github.com/repos/discord-csharp/DiscordWebhookProxy/keys{/key_id}\",\r\n    \"collaborators_url\": \"https://api.github.com/repos/discord-csharp/DiscordWebhookProxy/collaborators{/collaborator}\",\r\n    \"teams_url\": \"https://api.github.com/repos/discord-csharp/DiscordWebhookProxy/teams\",\r\n    \"hooks_url\": \"https://api.github.com/repos/discord-csharp/DiscordWebhookProxy/hooks\",\r\n    \"issue_events_url\": \"https://api.github.com/repos/discord-csharp/DiscordWebhookProxy/issues/events{/number}\",\r\n    \"events_url\": \"https://api.github.com/repos/discord-csharp/DiscordWebhookProxy/events\",\r\n    \"assignees_url\": \"https://api.github.com/repos/discord-csharp/DiscordWebhookProxy/assignees{/user}\",\r\n    \"branches_url\": \"https://api.github.com/repos/discord-csharp/DiscordWebhookProxy/branches{/branch}\",\r\n    \"tags_url\": \"https://api.github.com/repos/discord-csharp/DiscordWebhookProxy/tags\",\r\n    \"blobs_url\": \"https://api.github.com/repos/discord-csharp/DiscordWebhookProxy/git/blobs{/sha}\",\r\n    \"git_tags_url\": \"https://api.github.com/repos/discord-csharp/DiscordWebhookProxy/git/tags{/sha}\",\r\n    \"git_refs_url\": \"https://api.github.com/repos/discord-csharp/DiscordWebhookProxy/git/refs{/sha}\",\r\n    \"trees_url\": \"https://api.github.com/repos/discord-csharp/DiscordWebhookProxy/git/trees{/sha}\",\r\n    \"statuses_url\": \"https://api.github.com/repos/discord-csharp/DiscordWebhookProxy/statuses/{sha}\",\r\n    \"languages_url\": \"https://api.github.com/repos/discord-csharp/DiscordWebhookProxy/languages\",\r\n    \"stargazers_url\": \"https://api.github.com/repos/discord-csharp/DiscordWebhookProxy/stargazers\",\r\n    \"contributors_url\": \"https://api.github.com/repos/discord-csharp/DiscordWebhookProxy/contributors\",\r\n    \"subscribers_url\": \"https://api.github.com/repos/discord-csharp/DiscordWebhookProxy/subscribers\",\r\n    \"subscription_url\": \"https://api.github.com/repos/discord-csharp/DiscordWebhookProxy/subscription\",\r\n    \"commits_url\": \"https://api.github.com/repos/discord-csharp/DiscordWebhookProxy/commits{/sha}\",\r\n    \"git_commits_url\": \"https://api.github.com/repos/discord-csharp/DiscordWebhookProxy/git/commits{/sha}\",\r\n    \"comments_url\": \"https://api.github.com/repos/discord-csharp/DiscordWebhookProxy/comments{/number}\",\r\n    \"issue_comment_url\": \"https://api.github.com/repos/discord-csharp/DiscordWebhookProxy/issues/comments{/number}\",\r\n    \"contents_url\": \"https://api.github.com/repos/discord-csharp/DiscordWebhookProxy/contents/{+path}\",\r\n    \"compare_url\": \"https://api.github.com/repos/discord-csharp/DiscordWebhookProxy/compare/{base}...{head}\",\r\n    \"merges_url\": \"https://api.github.com/repos/discord-csharp/DiscordWebhookProxy/merges\",\r\n    \"archive_url\": \"https://api.github.com/repos/discord-csharp/DiscordWebhookProxy/{archive_format}{/ref}\",\r\n    \"downloads_url\": \"https://api.github.com/repos/discord-csharp/DiscordWebhookProxy/downloads\",\r\n    \"issues_url\": \"https://api.github.com/repos/discord-csharp/DiscordWebhookProxy/issues{/number}\",\r\n    \"pulls_url\": \"https://api.github.com/repos/discord-csharp/DiscordWebhookProxy/pulls{/number}\",\r\n    \"milestones_url\": \"https://api.github.com/repos/discord-csharp/DiscordWebhookProxy/milestones{/number}\",\r\n    \"notifications_url\": \"https://api.github.com/repos/discord-csharp/DiscordWebhookProxy/notifications{?since,all,participating}\",\r\n    \"labels_url\": \"https://api.github.com/repos/discord-csharp/DiscordWebhookProxy/labels{/name}\",\r\n    \"releases_url\": \"https://api.github.com/repos/discord-csharp/DiscordWebhookProxy/releases{/id}\",\r\n    \"deployments_url\": \"https://api.github.com/repos/discord-csharp/DiscordWebhookProxy/deployments\",\r\n    \"created_at\": 1625967672,\r\n    \"updated_at\": \"2021-07-11T02:17:11Z\",\r\n    \"pushed_at\": 1626111462,\r\n    \"git_url\": \"git://github.com/discord-csharp/DiscordWebhookProxy.git\",\r\n    \"ssh_url\": \"[email protected]:discord-csharp/DiscordWebhookProxy.git\",\r\n    \"clone_url\": \"https://github.com/discord-csharp/DiscordWebhookProxy.git\",\r\n    \"svn_url\": \"https://github.com/discord-csharp/DiscordWebhookProxy\",\r\n    \"homepage\": null,\r\n    \"size\": 18,\r\n    \"stargazers_count\": 0,\r\n    \"watchers_count\": 0,\r\n    \"language\": \"C#\",\r\n    \"has_issues\": true,\r\n    \"has_projects\": true,\r\n    \"has_downloads\": true,\r\n    \"has_wiki\": true,\r\n    \"has_pages\": false,\r\n    \"forks_count\": 0,\r\n    \"mirror_url\": null,\r\n    \"archived\": false,\r\n    \"disabled\": false,\r\n    \"open_issues_count\": 8,\r\n    \"license\": {\r\n      \"key\": \"mit\",\r\n      \"name\": \"MIT License\",\r\n      \"spdx_id\": \"MIT\",\r\n      \"url\": \"https://api.github.com/licenses/mit\",\r\n      \"node_id\": \"MDc6TGljZW5zZTEz\"\r\n    },\r\n    \"forks\": 0,\r\n    \"open_issues\": 8,\r\n    \"watchers\": 0,\r\n    \"default_branch\": \"main\",\r\n    \"stargazers\": 0,\r\n    \"master_branch\": \"main\",\r\n    \"organization\": \"discord-csharp\"\r\n  },\r\n  \"pusher\": {\r\n    \"name\": \"Cisien\",\r\n    \"email\": \"[email protected]\"\r\n  },\r\n  \"organization\": {\r\n    \"login\": \"discord-csharp\",\r\n    \"id\": 19499857,\r\n    \"node_id\": \"MDEyOk9yZ2FuaXphdGlvbjE5NDk5ODU3\",\r\n    \"url\": \"https://api.github.com/orgs/discord-csharp\",\r\n    \"repos_url\": \"https://api.github.com/orgs/discord-csharp/repos\",\r\n    \"events_url\": \"https://api.github.com/orgs/discord-csharp/events\",\r\n    \"hooks_url\": \"https://api.github.com/orgs/discord-csharp/hooks\",\r\n    \"issues_url\": \"https://api.github.com/orgs/discord-csharp/issues\",\r\n    \"members_url\": \"https://api.github.com/orgs/discord-csharp/members{/member}\",\r\n    \"public_members_url\": \"https://api.github.com/orgs/discord-csharp/public_members{/member}\",\r\n    \"avatar_url\": \"https://avatars.githubusercontent.com/u/19499857?v=4\",\r\n    \"description\": \"\"\r\n  },\r\n  \"sender\": {\r\n    \"login\": \"Cisien\",\r\n    \"id\": 4044356,\r\n    \"node_id\": \"MDQ6VXNlcjQwNDQzNTY=\",\r\n    \"avatar_url\": \"https://avatars.githubusercontent.com/u/4044356?v=4\",\r\n    \"gravatar_id\": \"\",\r\n    \"url\": \"https://api.github.com/users/Cisien\",\r\n    \"html_url\": \"https://github.com/Cisien\",\r\n    \"followers_url\": \"https://api.github.com/users/Cisien/followers\",\r\n    \"following_url\": \"https://api.github.com/users/Cisien/following{/other_user}\",\r\n    \"gists_url\": \"https://api.github.com/users/Cisien/gists{/gist_id}\",\r\n    \"starred_url\": \"https://api.github.com/users/Cisien/starred{/owner}{/repo}\",\r\n    \"subscriptions_url\": \"https://api.github.com/users/Cisien/subscriptions\",\r\n    \"organizations_url\": \"https://api.github.com/users/Cisien/orgs\",\r\n    \"repos_url\": \"https://api.github.com/users/Cisien/repos\",\r\n    \"events_url\": \"https://api.github.com/users/Cisien/events{/privacy}\",\r\n    \"received_events_url\": \"https://api.github.com/users/Cisien/received_events\",\r\n    \"type\": \"User\",\r\n    \"site_admin\": false\r\n  },\r\n  \"created\": true,\r\n  \"deleted\": false,\r\n  \"forced\": false,\r\n  \"base_ref\": null,\r\n  \"compare\": \"https://github.com/discord-csharp/DiscordWebhookProxy/commit/386c993ec755\",\r\n  \"commits\": [\r\n    {\r\n      \"id\": \"386c993ec75517ec2c941fd121e6bd9264d5a76a\",\r\n      \"tree_id\": \"06a7b967551a0e6c64748ec2c02841c57c27dbd1\",\r\n      \"distinct\": true,\r\n      \"message\": \"Create README.md\",\r\n      \"timestamp\": \"2021-07-12T10:37:42-07:00\",\r\n      \"url\": \"https://github.com/discord-csharp/DiscordWebhookProxy/commit/386c993ec75517ec2c941fd121e6bd9264d5a76a\",\r\n      \"author\": {\r\n        \"name\": \"Chris\",\r\n        \"email\": \"[email protected]\",\r\n        \"username\": \"Cisien\"\r\n      },\r\n      \"committer\": {\r\n        \"name\": \"GitHub\",\r\n        \"email\": \"[email protected]\",\r\n        \"username\": \"web-flow\"\r\n      },\r\n      \"added\": [\r\n        \"README.md\"\r\n      ],\r\n      \"removed\": [\r\n\r\n      ],\r\n      \"modified\": [\r\n\r\n      ]\r\n    }\r\n  ],\r\n  \"head_commit\": {\r\n    \"id\": \"386c993ec75517ec2c941fd121e6bd9264d5a76a\",\r\n    \"tree_id\": \"06a7b967551a0e6c64748ec2c02841c57c27dbd1\",\r\n    \"distinct\": true,\r\n    \"message\": \"Create README.md\",\r\n    \"timestamp\": \"2021-07-12T10:37:42-07:00\",\r\n    \"url\": \"https://github.com/discord-csharp/DiscordWebhookProxy/commit/386c993ec75517ec2c941fd121e6bd9264d5a76a\",\r\n    \"author\": {\r\n      \"name\": \"Chris\",\r\n      \"email\": \"[email protected]\",\r\n      \"username\": \"Cisien\"\r\n    },\r\n    \"committer\": {\r\n      \"name\": \"GitHub\",\r\n      \"email\": \"[email protected]\",\r\n      \"username\": \"web-flow\"\r\n    },\r\n    \"added\": [\r\n      \"README.md\"\r\n    ],\r\n    \"removed\": [\r\n\r\n    ],\r\n    \"modified\": [\r\n\r\n    ]\r\n  }\r\n}\r\n```",
    "performed_via_github_app": null
  },
  "repository": {
    "id": 384838976,
    "node_id": "MDEwOlJlcG9zaXRvcnkzODQ4Mzg5NzY=",
    "name": "DiscordWebhookProxy",
    "full_name": "discord-csharp/DiscordWebhookProxy",
    "private": false,
    "owner": {
      "login": "discord-csharp",
      "id": 19499857,
      "node_id": "MDEyOk9yZ2FuaXphdGlvbjE5NDk5ODU3",
      "avatar_url": "https://avatars.githubusercontent.com/u/19499857?v=4",
      "gravatar_id": "",
      "url": "https://api.github.com/users/discord-csharp",
      "html_url": "https://github.com/discord-csharp",
      "followers_url": "https://api.github.com/users/discord-csharp/followers",
      "following_url": "https://api.github.com/users/discord-csharp/following{/other_user}",
      "gists_url": "https://api.github.com/users/discord-csharp/gists{/gist_id}",
      "starred_url": "https://api.github.com/users/discord-csharp/starred{/owner}{/repo}",
      "subscriptions_url": "https://api.github.com/users/discord-csharp/subscriptions",
      "organizations_url": "https://api.github.com/users/discord-csharp/orgs",
      "repos_url": "https://api.github.com/users/discord-csharp/repos",
      "events_url": "https://api.github.com/users/discord-csharp/events{/privacy}",
      "received_events_url": "https://api.github.com/users/discord-csharp/received_events",
      "type": "Organization",
      "site_admin": false
    },
    "html_url": "https://github.com/discord-csharp/DiscordWebhookProxy",
    "description": "DiscordWebhookProxy is a simple proxy that extends the discord built in github and slack webhook endpoints, allowing for customized content additional supported services.",
    "fork": false,
    "url": "https://api.github.com/repos/discord-csharp/DiscordWebhookProxy",
    "forks_url": "https://api.github.com/repos/discord-csharp/DiscordWebhookProxy/forks",
    "keys_url": "https://api.github.com/repos/discord-csharp/DiscordWebhookProxy/keys{/key_id}",
    "collaborators_url": "https://api.github.com/repos/discord-csharp/DiscordWebhookProxy/collaborators{/collaborator}",
    "teams_url": "https://api.github.com/repos/discord-csharp/DiscordWebhookProxy/teams",
    "hooks_url": "https://api.github.com/repos/discord-csharp/DiscordWebhookProxy/hooks",
    "issue_events_url": "https://api.github.com/repos/discord-csharp/DiscordWebhookProxy/issues/events{/number}",
    "events_url": "https://api.github.com/repos/discord-csharp/DiscordWebhookProxy/events",
    "assignees_url": "https://api.github.com/repos/discord-csharp/DiscordWebhookProxy/assignees{/user}",
    "branches_url": "https://api.github.com/repos/discord-csharp/DiscordWebhookProxy/branches{/branch}",
    "tags_url": "https://api.github.com/repos/discord-csharp/DiscordWebhookProxy/tags",
    "blobs_url": "https://api.github.com/repos/discord-csharp/DiscordWebhookProxy/git/blobs{/sha}",
    "git_tags_url": "https://api.github.com/repos/discord-csharp/DiscordWebhookProxy/git/tags{/sha}",
    "git_refs_url": "https://api.github.com/repos/discord-csharp/DiscordWebhookProxy/git/refs{/sha}",
    "trees_url": "https://api.github.com/repos/discord-csharp/DiscordWebhookProxy/git/trees{/sha}",
    "statuses_url": "https://api.github.com/repos/discord-csharp/DiscordWebhookProxy/statuses/{sha}",
    "languages_url": "https://api.github.com/repos/discord-csharp/DiscordWebhookProxy/languages",
    "stargazers_url": "https://api.github.com/repos/discord-csharp/DiscordWebhookProxy/stargazers",
    "contributors_url": "https://api.github.com/repos/discord-csharp/DiscordWebhookProxy/contributors",
    "subscribers_url": "https://api.github.com/repos/discord-csharp/DiscordWebhookProxy/subscribers",
    "subscription_url": "https://api.github.com/repos/discord-csharp/DiscordWebhookProxy/subscription",
    "commits_url": "https://api.github.com/repos/discord-csharp/DiscordWebhookProxy/commits{/sha}",
    "git_commits_url": "https://api.github.com/repos/discord-csharp/DiscordWebhookProxy/git/commits{/sha}",
    "comments_url": "https://api.github.com/repos/discord-csharp/DiscordWebhookProxy/comments{/number}",
    "issue_comment_url": "https://api.github.com/repos/discord-csharp/DiscordWebhookProxy/issues/comments{/number}",
    "contents_url": "https://api.github.com/repos/discord-csharp/DiscordWebhookProxy/contents/{+path}",
    "compare_url": "https://api.github.com/repos/discord-csharp/DiscordWebhookProxy/compare/{base}...{head}",
    "merges_url": "https://api.github.com/repos/discord-csharp/DiscordWebhookProxy/merges",
    "archive_url": "https://api.github.com/repos/discord-csharp/DiscordWebhookProxy/{archive_format}{/ref}",
    "downloads_url": "https://api.github.com/repos/discord-csharp/DiscordWebhookProxy/downloads",
    "issues_url": "https://api.github.com/repos/discord-csharp/DiscordWebhookProxy/issues{/number}",
    "pulls_url": "https://api.github.com/repos/discord-csharp/DiscordWebhookProxy/pulls{/number}",
    "milestones_url": "https://api.github.com/repos/discord-csharp/DiscordWebhookProxy/milestones{/number}",
    "notifications_url": "https://api.github.com/repos/discord-csharp/DiscordWebhookProxy/notifications{?since,all,participating}",
    "labels_url": "https://api.github.com/repos/discord-csharp/DiscordWebhookProxy/labels{/name}",
    "releases_url": "https://api.github.com/repos/discord-csharp/DiscordWebhookProxy/releases{/id}",
    "deployments_url": "https://api.github.com/repos/discord-csharp/DiscordWebhookProxy/deployments",
    "created_at": "2021-07-11T01:41:12Z",
    "updated_at": "2021-07-11T02:17:11Z",
    "pushed_at": "2021-07-12T17:37:50Z",
    "git_url": "git://github.com/discord-csharp/DiscordWebhookProxy.git",
    "ssh_url": "[email protected]:discord-csharp/DiscordWebhookProxy.git",
    "clone_url": "https://github.com/discord-csharp/DiscordWebhookProxy.git",
    "svn_url": "https://github.com/discord-csharp/DiscordWebhookProxy",
    "homepage": null,
    "size": 18,
    "stargazers_count": 0,
    "watchers_count": 0,
    "language": "C#",
    "has_issues": true,
    "has_projects": true,
    "has_downloads": true,
    "has_wiki": true,
    "has_pages": false,
    "forks_count": 0,
    "mirror_url": null,
    "archived": false,
    "disabled": false,
    "open_issues_count": 12,
    "license": {
      "key": "mit",
      "name": "MIT License",
      "spdx_id": "MIT",
      "url": "https://api.github.com/licenses/mit",
      "node_id": "MDc6TGljZW5zZTEz"
    },
    "forks": 0,
    "open_issues": 12,
    "watchers": 0,
    "default_branch": "main"
  },
  "organization": {
    "login": "discord-csharp",
    "id": 19499857,
    "node_id": "MDEyOk9yZ2FuaXphdGlvbjE5NDk5ODU3",
    "url": "https://api.github.com/orgs/discord-csharp",
    "repos_url": "https://api.github.com/orgs/discord-csharp/repos",
    "events_url": "https://api.github.com/orgs/discord-csharp/events",
    "hooks_url": "https://api.github.com/orgs/discord-csharp/hooks",
    "issues_url": "https://api.github.com/orgs/discord-csharp/issues",
    "members_url": "https://api.github.com/orgs/discord-csharp/members{/member}",
    "public_members_url": "https://api.github.com/orgs/discord-csharp/public_members{/member}",
    "avatar_url": "https://avatars.githubusercontent.com/u/19499857?v=4",
    "description": ""
  },
  "sender": {
    "login": "Cisien",
    "id": 4044356,
    "node_id": "MDQ6VXNlcjQwNDQzNTY=",
    "avatar_url": "https://avatars.githubusercontent.com/u/4044356?v=4",
    "gravatar_id": "",
    "url": "https://api.github.com/users/Cisien",
    "html_url": "https://github.com/Cisien",
    "followers_url": "https://api.github.com/users/Cisien/followers",
    "following_url": "https://api.github.com/users/Cisien/following{/other_user}",
    "gists_url": "https://api.github.com/users/Cisien/gists{/gist_id}",
    "starred_url": "https://api.github.com/users/Cisien/starred{/owner}{/repo}",
    "subscriptions_url": "https://api.github.com/users/Cisien/subscriptions",
    "organizations_url": "https://api.github.com/users/Cisien/orgs",
    "repos_url": "https://api.github.com/users/Cisien/repos",
    "events_url": "https://api.github.com/users/Cisien/events{/privacy}",
    "received_events_url": "https://api.github.com/users/Cisien/received_events",
    "type": "User",
    "site_admin": false
  }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant