gh-wrapper
Version:
A GitHub REST API wrapper to make work of developers easy
75 lines (49 loc) • 3.01 kB
Markdown
# API docs links that are to be covered (priority-based):
## [Link 1](https://docs.github.com/en/free-pro-team@latest/rest/reference/users): /users
### EndPoints to Inherit:
- Get a user and/or list of users(#get-a-user)
- Lists the people following the specified user (#list-followers-of-a-user)
- Lists the people who the specified user follows (#list-the-people-a-user-follows)
- Check if a user follows another user (#check-if-a-user-follows-another-user)
## [Link 2](https://docs.github.com/en/free-pro-team@latest/rest/reference/repos): /repos
### EndPoints to Inherit:
- List repositories for a user (#list-repositories-for-a-user)
- Lists repositories for the specified organization (#list-organization-repositories)
- List repository contributors (#list-repository-contributors)
- List repository collaborators (#list-repository-collaborators)
- Get a repository (#get-a-repository)
- List repository languages (#list-repository-languages)
- Get all repository topics (#get-all-repository-topics)
- List commits (#list-commits)
- Get a repository README (#get-a-repository-readme)
- List forks (#list-forks)
- Get a GitHub Pages site (#get-a-github-pages-site)
## [Link 3](https://docs.github.com/en/free-pro-team@latest/rest/reference/orgs): /orgs
### EndPoints to Inherit:
- Get an organization (#get-an-organization)
- List public org. for the specified user (#list-organizations-for-a-user)
- List organization members (#list-organization-members)
## [Link 4](https://docs.github.com/en/free-pro-team@latest/rest/reference/projects): /projects
### EndPoints to Inherit:
- List organization projects (#list-organization-projects)
- List user projects (#list-user-projects)
## [Link 5](https://docs.github.com/en/free-pro-team@latest/rest/reference/actions): /actions
### EndPoints to Inherit:
- Lists the workflows in a repository (#list-repository-workflows)
## [Link 6](https://docs.github.com/en/free-pro-team@latest/rest/reference/activity): /activity
### EndPoints to Inherit:
- Lists the people that have starred the repository (#list-stargazers)
- Lists repositories a user has starred (#list-repositories-starred-by-a-user)
- Lists the people watching the specified repository (#list-watchers)
- Lists repositories a user is watching (#list-repositories-watched-by-a-user)
## [Link 7](https://docs.github.com/en/free-pro-team@latest/rest/reference/gists): /gist
### EndPoints to Inherit:
- Get a Gist (#get-a-gist)
- List gists for a user (#list-gists-for-a-user)
## [Link 8](https://docs.github.com/en/free-pro-team@latest/rest/reference/markdown): /markdown
### EndPoints to Inherit:
- Render a Markdown document in raw mode (#render-a-markdown-document-in-raw-mode)
## [Link 9](https://docs.github.com/en/free-pro-team@latest/rest/reference/pulls): /pulls
### EndPoints to Inherit:
- List pull requests (#list-pull-requests)
- List commits on a pull request (#list-commits-on-a-pull-request)