Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brminnick/githubexplorer
C# Console App to explore the GitHub GraphQL API
https://github.com/brminnick/githubexplorer
console console-application github-api graphql graphql-client polly refit
Last synced: 2 months ago
JSON representation
C# Console App to explore the GitHub GraphQL API
- Host: GitHub
- URL: https://github.com/brminnick/githubexplorer
- Owner: brminnick
- License: mit
- Created: 2019-01-09T22:42:35.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-11-05T00:41:02.000Z (3 months ago)
- Last Synced: 2024-11-05T01:26:53.447Z (3 months ago)
- Topics: console, console-application, github-api, graphql, graphql-client, polly, refit
- Language: C#
- Homepage:
- Size: 47.9 KB
- Stars: 10
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GitHub Explorer
Console App to explore the GitHub GraphQL API![Console Screenshot](https://user-images.githubusercontent.com/13558917/50998962-e8f1cf00-14dd-11e9-81e9-283cd1f21664.png)
## Setup
GitHub requires a personal access token to access its API.Follow the steps here to create your personal access token: https://help.github.com/articles/creating-a-personal-access-token-for-the-command-line/#creating-a-token.