Skip to content

:octocat: Node.js client for the GitHub GraphQL API with zero dependencies

Notifications You must be signed in to change notification settings

imsky/github-graphql-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CI

GitHub GraphQL Client

Node.js client for the GitHub GraphQL API with zero dependencies.

Usage

var client = require('github-graphql-client');

var request = client({
  token: 'your GitHub token',
  query: 'your GraphQL query'
}, function (err, res) {
  if (err) {
    // handle errors
  } else {
    // handle results
  }
});

License

MIT

Credits

Made by Ivan Malopinsky.

About

:octocat: Node.js client for the GitHub GraphQL API with zero dependencies

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •