📅 You're Invited: Meet the Socket team at RSAC (April 28 – May 1).RSVP
Socket
Sign inDemoInstall
Socket

github-graphql-client

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github-graphql-client

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

1.0.0
latest
Source
npm
Version published
Maintainers
1
Created
Source

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.

Keywords

github

FAQs

Package last updated on 28 Feb 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts