Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shushugah/graphql_ruby
Demoing Github API via GraphQL Ruby Gem
https://github.com/shushugah/graphql_ruby
github-api graphql ruby
Last synced: 20 days ago
JSON representation
Demoing Github API via GraphQL Ruby Gem
- Host: GitHub
- URL: https://github.com/shushugah/graphql_ruby
- Owner: shushugah
- Created: 2017-08-23T22:17:10.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-08-23T22:41:15.000Z (over 7 years ago)
- Last Synced: 2024-11-09T09:40:35.575Z (3 months ago)
- Topics: github-api, graphql, ruby
- Language: Ruby
- Size: 1000 Bytes
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Demoing Github API via GraphQL Ruby Gem
## What you'll need to run this graphql query
1. You'll need a [github access token](https://github.com/settings/tokens) and set it in the `['GITHUB_TOKEN']` environment variable to run this.
2. `bundle install`
3. `GITHUB_TOKEN=ACCESS_TOKEN ruby initializer.rb`I recommend reading [codeship tutorial](https://blog.codeship.com/an-introduction-to-graphql-via-the-github-api/) for an introduction to Graphql queries with the Gitub API