https://github.com/thecodetraveler/githubexplorer
C# Console App to explore the GitHub GraphQL API
https://github.com/thecodetraveler/githubexplorer
console console-application github-api graphql graphql-client polly refit
Last synced: 9 months ago
JSON representation
C# Console App to explore the GitHub GraphQL API
- Host: GitHub
- URL: https://github.com/thecodetraveler/githubexplorer
- Owner: TheCodeTraveler
- License: mit
- Created: 2019-01-09T22:42:35.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-11-05T00:41:02.000Z (about 1 year ago)
- Last Synced: 2025-04-30T15:43:23.560Z (9 months ago)
- Topics: console, console-application, github-api, graphql, graphql-client, polly, refit
- Language: C#
- Homepage:
- Size: 45.9 KB
- Stars: 10
- Watchers: 2
- 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

## 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.