Comparing version 3.0.13 to 3.1.0
@@ -15,2 +15,3 @@ "use strict"; | ||
module.exports = function () { | ||
/** | ||
@@ -81,5 +82,2 @@ * GitHub | ||
options.opts = options.opts || {}; | ||
if (this.token) { | ||
options.opts.access_token = options.opts.access_token || this.token; | ||
} | ||
@@ -104,2 +102,6 @@ if (typeof data === "function") { | ||
if (this.token) { | ||
opts.headers["Authentication"] = "Bearer " + this.token; | ||
} | ||
if (options.method) { | ||
@@ -106,0 +108,0 @@ opts.method = options.method; |
{ | ||
"name": "gh.js", | ||
"version": "3.0.13", | ||
"version": "3.1.0", | ||
"description": "Tiny GitHub API wrapper for server and client.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -8,6 +8,4 @@ <!-- Please do not edit this file. Edit the `blah` field in the `package.json` instead. If in doubt, open an issue. --> | ||
[![Support me on Patreon][badge_patreon]][patreon] [![Buy me a book][badge_amazon]][amazon] [![PayPal][badge_paypal_donate]][paypal-donations] [![Ask me anything](https://img.shields.io/badge/ask%20me-anything-1abc9c.svg)](https://github.com/IonicaBizau/ama) [![Travis](https://img.shields.io/travis/IonicaBizau/gh.js.svg)](https://travis-ci.org/IonicaBizau/gh.js/) [![Version](https://img.shields.io/npm/v/gh.js.svg)](https://www.npmjs.com/package/gh.js) [![Downloads](https://img.shields.io/npm/dt/gh.js.svg)](https://www.npmjs.com/package/gh.js) [![Get help on Codementor](https://cdn.codementor.io/badges/get_help_github.svg)](https://www.codementor.io/johnnyb?utm_source=github&utm_medium=button&utm_term=johnnyb&utm_campaign=github) | ||
[![Support me on Patreon][badge_patreon]][patreon] [![Buy me a book][badge_amazon]][amazon] [![PayPal][badge_paypal_donate]][paypal-donations] [![Ask me anything](https://img.shields.io/badge/ask%20me-anything-1abc9c.svg)](https://github.com/IonicaBizau/ama) [![Travis](https://img.shields.io/travis/IonicaBizau/gh.js.svg)](https://travis-ci.org/IonicaBizau/gh.js/) [![Version](https://img.shields.io/npm/v/gh.js.svg)](https://www.npmjs.com/package/gh.js) [![Downloads](https://img.shields.io/npm/dt/gh.js.svg)](https://www.npmjs.com/package/gh.js) | ||
<a href="https://www.buymeacoffee.com/H96WwChMy" target="_blank"><img src="https://www.buymeacoffee.com/assets/img/custom_images/yellow_img.png" alt="Buy Me A Coffee"></a> | ||
> Tiny GitHub API wrapper for server and client. | ||
@@ -82,2 +80,4 @@ | ||
## :question: Get Help | ||
@@ -94,2 +94,3 @@ | ||
## :memo: Documentation | ||
@@ -186,23 +187,3 @@ | ||
## :dizzy: Where is this library used? | ||
If you are using this library in one of your projects, add it in this list. :sparkles: | ||
- [`bloggify-github-login`](https://github.com/Bloggify/github-login#readme) (by Bloggify)—Login with GitHub for Bloggify. | ||
- [`gh-following`](https://github.com/IonicaBizau/gh-following#readme)—Fetches the users you follow but they don't follow you and the users that follow you but you don't. | ||
- [`gh-fork-source`](https://github.com/IonicaBizau/gh-fork-source#readme)—Get the source repository of a GitHub fork. | ||
- [`gh-notifier`](https://bitbucket.org/IonicaBizau/gh-notifier#readme)—Receive desktop notifications from your GitHub dashboard. | ||
- [`gh-polyglot`](https://github.com/IonicaBizau/node-gh-polyglot)—Get language stats about GitHub users and repositories. | ||
- [`gh-repos`](https://github.com/IonicaBizau/gh-repos#readme)—Get one or all the owner repositories from GitHub. | ||
- [`github-emojify`](https://github.com/IonicaBizau/github-emojify#readme)—Emojify your GitHub repository descriptions. | ||
- [`github-labeller`](https://github.com/IonicaBizau/github-labeller#readme)—Automagically create issue labels in your GitHub projects. | ||
- [`github-personal-stars`](https://github.com/ZYSzys/github-personal-stars#readme) (by ZYSzys)—Count your personal repos' total stars. | ||
- [`located-in`](https://github.com/egoist/located-in#readme) (by EGOIST)—Get users by a speified location. | ||
- [`made-in`](https://github.com/IonicaBizau/made-in#readme)—Get GitHub projects created by users from a specific location. | ||
- [`ship-release`](https://github.com/IonicaBizau/ship-release#readme)—Publish new versions on GitHub and npm with ease. | ||
- [`sort-github-stars-size`](https://github.com/ZYSzys/sort-github-stars-size#readme) (by ZYSzys)—Sort your personal starred repos by repo's size. | ||
- [`sort-github-user-repos`](https://github.com/IonicaBizau/sort-github-user-repos#readme)—Sort GitHub repositories by stars for user. | ||
- [Hubber Memory Game](https://github.com/alysonla/hubber-memory-game) by [**@alysonla**](https://github.com/alysonla/) | ||
## :scroll: License | ||
@@ -209,0 +190,0 @@ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
313382
4288
203