github-api-promise
Advanced tools
Comparing version 1.12.1 to 1.12.2
{ | ||
"name": "github-api-promise", | ||
"version": "1.12.1", | ||
"version": "1.12.2", | ||
"description": "A node module for interfacing with the Github API using promises", | ||
@@ -5,0 +5,0 @@ "main": "src/app.js", |
@@ -260,3 +260,3 @@ const config = require('../config'); | ||
*/ | ||
getXXX: function(id, params) { | ||
getTeamProjects: function(id, params) { | ||
return req.standardRequest(`${config.host}/teams/${id}/projects?${req.assembleQueryParams(params, | ||
@@ -263,0 +263,0 @@ ['page'])}`); |
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
93273