Files
PyGithub/Reference.md
T

8.8 KiB

In this documentation:

  • repository is an instance of Repository
  • name_or_User is either a string (the name of the user) or an instance of User
  • sha is a string (the hash of the git object)

/authorizations

  • GET: `` (TODO)
  • POST: `` (TODO)

/authorizations/:id

  • GET: `` (TODO)
  • PATCH: `` (TODO)
  • DELETE: `` (TODO)

/events

  • GET: `` (TODO)

/gists

  • GET: `` (TODO)
  • POST: `` (TODO)

/gists/:gist_id/comments

  • GET: `` (TODO)
  • POST: `` (TODO)

/gists/:id

  • GET: `` (TODO)
  • PATCH: `` (TODO)
  • DELETE: `` (TODO)

/gists/:id/fork

  • POST: `` (TODO)

/gists/:id/star

  • GET: `` (TODO)
  • PUT: `` (TODO)
  • DELETE: `` (TODO)

/gists/comments/:id

  • GET: `` (TODO)
  • PATCH: `` (TODO)
  • DELETE: `` (TODO)

/gists/public

  • GET: `` (TODO)

/gists/starred

  • GET: `` (TODO)

/issues

  • GET: `` (TODO)

/networks/:user/:repo/events

  • GET: `` (TODO)

/orgs/:org

  • GET: `` (TODO)
  • PATCH: `` (TODO)

/orgs/:org/events

  • GET: `` (TODO)

/orgs/:org/members

  • GET: `` (TODO)

/orgs/:org/members/:user

  • GET: `` (TODO)
  • DELETE: `` (TODO)

/orgs/:org/public_members

  • GET: `` (TODO)

/orgs/:org/public_members/:user

  • GET: `` (TODO)
  • PUT: `` (TODO)
  • DELETE: `` (TODO)

/orgs/:org/repos

  • GET: `` (TODO)
  • POST: `` (TODO)

/orgs/:org/teams

  • GET: `` (TODO)
  • POST: `` (TODO)

/repos/:user/:repo

  • GET: `` (TODO)
  • PATCH: `` (TODO)

/repos/:user/:repo/branches

  • GET: `` (TODO)

/repos/:user/:repo/collaborators

  • GET: `` (TODO)

/repos/:user/:repo/collaborators/:user

  • GET: `` (TODO)
  • PUT: `` (TODO)
  • DELETE: `` (TODO)

/repos/:user/:repo/comments

  • GET: `` (TODO)

/repos/:user/:repo/comments/:id

  • GET: `` (TODO)
  • PATCH: `` (TODO)
  • DELETE: `` (TODO)

/repos/:user/:repo/commits

  • GET: `` (TODO)

/repos/:user/:repo/commits/:sha

  • GET: `` (TODO)

/repos/:user/:repo/commits/:sha/comments

  • GET: `` (TODO)
  • POST: `` (TODO)

/repos/:user/:repo/compare/:base...:head

  • GET: `` (TODO)

/repos/:user/:repo/contributors

  • GET: `` (TODO)

/repos/:user/:repo/downloads

  • GET: `` (TODO)
  • POST: `` (TODO)

/repos/:user/:repo/downloads/:id

  • GET: `` (TODO)
  • DELETE: `` (TODO)

/repos/:user/:repo/events

  • GET: `` (TODO)

/repos/:user/:repo/forks

  • GET: `` (TODO)
  • POST: `` (TODO)

/repos/:user/:repo/git/blobs

  • POST: `` (TODO)

/repos/:user/:repo/git/blobs/:sha

  • GET: `` (TODO)

/repos/:user/:repo/git/commits

  • POST: `` (TODO)

/repos/:user/:repo/git/commits/:sha

  • GET: `` (TODO)

/repos/:user/:repo/git/refs

  • GET: `` (TODO)
  • POST: `` (TODO)

/repos/:user/:repo/git/refs/:ref

  • GET: `` (TODO)
  • PATCH: `` (TODO)

/repos/:user/:repo/git/tags

  • POST: `` (TODO)

/repos/:user/:repo/git/tags/:sha

  • GET: `` (TODO)

/repos/:user/:repo/git/trees

  • POST: `` (TODO)

/repos/:user/:repo/git/trees/:sha

  • GET: `` (TODO)

/repos/:user/:repo/git/trees/:sha?recursive=1

  • GET: `` (TODO)

/repos/:user/:repo/hooks

  • GET: `` (TODO)
  • POST: `` (TODO)

/repos/:user/:repo/hooks/:id

  • GET: `` (TODO)
  • PATCH: `` (TODO)
  • DELETE: `` (TODO)

/repos/:user/:repo/hooks/:id/test

  • POST: `` (TODO)

/repos/:user/:repo/issues

  • GET: `` (TODO)
  • POST: `` (TODO)

/repos/:user/:repo/issues/:id

  • GET: `` (TODO)
  • PATCH: `` (TODO)

/repos/:user/:repo/issues/:id/comments

  • GET: `` (TODO)
  • POST: `` (TODO)

/repos/:user/:repo/issues/:id/labels

  • GET: `` (TODO)
  • POST: `` (TODO)
  • PUT: `` (TODO)
  • DELETE: `` (TODO)

/repos/:user/:repo/issues/:id/labels/:id

  • DELETE: `` (TODO)

/repos/:user/:repo/issues/:issue_id/events

  • GET: `` (TODO)

/repos/:user/:repo/issues/comments/:id

  • GET: `` (TODO)
  • PATCH: `` (TODO)
  • DELETE: `` (TODO)

/repos/:user/:repo/issues/events

  • GET: `` (TODO)

/repos/:user/:repo/issues/events/:id

  • GET: `` (TODO)

/repos/:user/:repo/keys

  • GET: `` (TODO)
  • POST: `` (TODO)

/repos/:user/:repo/keys/:id

  • GET: `` (TODO)
  • PATCH: `` (TODO)
  • DELETE: `` (TODO)

/repos/:user/:repo/labels

  • GET: `` (TODO)
  • POST: `` (TODO)

/repos/:user/:repo/labels/:id

  • GET: `` (TODO)
  • PATCH: `` (TODO)
  • DELETE: `` (TODO)

/repos/:user/:repo/languages

  • GET: `` (TODO)

/repos/:user/:repo/milestones

  • GET: `` (TODO)
  • POST: `` (TODO)

/repos/:user/:repo/milestones/:id/labels

  • GET: `` (TODO)

/repos/:user/:repo/milestones/:number

  • GET: `` (TODO)
  • PATCH: `` (TODO)
  • DELETE: `` (TODO)

/repos/:user/:repo/pulls

  • GET: `` (TODO)
  • POST: `` (TODO)

/repos/:user/:repo/pulls/:id

  • GET: `` (TODO)
  • PATCH: `` (TODO)

/repos/:user/:repo/pulls/:id/comments

  • GET: `` (TODO)
  • POST: `` (TODO)

/repos/:user/:repo/pulls/:id/commits

  • GET: `` (TODO)

/repos/:user/:repo/pulls/:id/files

  • GET: `` (TODO)

/repos/:user/:repo/pulls/:id/merge

  • GET: `` (TODO)
  • PUT: `` (TODO)

/repos/:user/:repo/pulls/comments/:id

  • GET: `` (TODO)
  • PATCH: `` (TODO)
  • DELETE: `` (TODO)

/repos/:user/:repo/tags

  • GET: `` (TODO)

/repos/:user/:repo/teams

  • GET: `` (TODO)

/repos/:user/:repo/watchers

  • GET: `` (TODO)

/teams/:id

  • GET: `` (TODO)
  • PATCH: `` (TODO)
  • DELETE: `` (TODO)

/teams/:id/members

  • GET: `` (TODO)

/teams/:id/members/:user

  • GET: `` (TODO)
  • PUT: `` (TODO)
  • DELETE: `` (TODO)

/teams/:id/repos

  • GET: `` (TODO)

/teams/:id/repos/:user/:repo

  • GET: `` (TODO)
  • PUT: `` (TODO)
  • DELETE: `` (TODO)

/user

  • GET: `` (TODO)
  • PATCH: `` (TODO)

/user/emails

  • GET: `` (TODO)
  • POST: `` (TODO)
  • DELETE: `` (TODO)

/user/followers

  • GET: `` (TODO)

/user/following

  • GET: `` (TODO)

/user/following/:user

  • GET: `` (TODO)
  • PUT: `` (TODO)
  • DELETE: `` (TODO)

/user/keys

  • GET: `` (TODO)
  • POST: `` (TODO)

/user/keys/:id

  • GET: `` (TODO)
  • PATCH: `` (TODO)
  • DELETE: `` (TODO)

/user/orgs

  • GET: `` (TODO)

/user/repos

  • GET: `` (TODO)
  • POST: `` (TODO)

/user/watched

  • GET: `` (TODO)

/user/watched/:user/:repo

  • GET: `` (TODO)
  • PUT: `` (TODO)
  • DELETE: `` (TODO)

/users/:user

  • GET: `` (TODO)

/users/:user/events

  • GET: `` (TODO)

/users/:user/events/orgs/:org

  • GET: `` (TODO)

/users/:user/events/public

  • GET: `` (TODO)

/users/:user/followers

  • GET: `` (TODO)

/users/:user/following

  • GET: `` (TODO)

/users/:user/gists

  • GET: `` (TODO)

/users/:user/orgs

  • GET: `` (TODO)

/users/:user/received_events

  • GET: `` (TODO)

/users/:user/received_events/public

  • GET: `` (TODO)

/users/:user/repos

  • GET: `` (TODO)

/users/:user/watched

  • GET: `` (TODO)