Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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