github-api-promise
Advanced tools
Comparing version 1.3.0 to 1.4.0
{ | ||
"name": "github-api-promise", | ||
"version": "1.3.0", | ||
"version": "1.4.0", | ||
"description": "A node module for interfacing with the Github API using promises", | ||
@@ -5,0 +5,0 @@ "main": "src/app.js", |
@@ -11,2 +11,3 @@ var githubApi = {}; | ||
githubApi.issues = { | ||
events: require('./issues/events'), | ||
issues: require('./issues/issues') | ||
@@ -13,0 +14,0 @@ }; |
@@ -12,3 +12,3 @@ const config = require('../config'); | ||
* | ||
* @see {@link https://developer.github.com/v3/repos/#list-issues} | ||
* @see {@link https://developer.github.com/v3/issues/#list-issues} | ||
* | ||
@@ -35,3 +35,3 @@ * @param {object} params - An object of parameters for the request | ||
* | ||
* @see {@link https://developer.github.com/v3/repos/#list-issues} | ||
* @see {@link https://developer.github.com/v3/issues/#list-issues} | ||
* | ||
@@ -58,3 +58,3 @@ * @param {object} params - An object of parameters for the request | ||
* | ||
* @see {@link https://developer.github.com/v3/repos/#list-issues} | ||
* @see {@link https://developer.github.com/v3/issues/#list-issues} | ||
* | ||
@@ -61,0 +61,0 @@ * @param {string} org - The organization |
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
51707
11
1095