node-snapchat-marketing
Advanced tools
Comparing version 1.0.5 to 1.0.6
{ | ||
"name": "node-snapchat-marketing", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "Nodejs client for unofficial Snapchat Marketing API", | ||
@@ -5,0 +5,0 @@ "main": "Snapchat.js", |
@@ -16,3 +16,2 @@ const fetch = require("node-fetch") | ||
accessToken: `https://accounts.snapchat.com/login/oauth2/access_token?grant_type=${grant_type}&client_secret=${client_secret}&client_id=${client_id}`, | ||
// accessToken: `https://accounts.snapchat.com/login/oauth2/access_token?grant_type=${grant_type}&client_secret=${client_secret}&client_id=${client_id}`, | ||
me: "https://adsapi.snapchat.com/v1/me", | ||
@@ -63,3 +62,2 @@ mediaBase: "https://adsapi.snapchat.com/v1/adaccounts", | ||
// Organizations | ||
// TODO - Add withAdAccounts option | ||
Snap.prototype.getAllOrganizations = function(callback) | ||
@@ -143,3 +141,2 @@ { | ||
// TODO - add capability to refresh access token | ||
Snap.prototype.setRefreshToken = function(refreshToken) | ||
@@ -146,0 +143,0 @@ { |
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
11639
136