clever-client
Advanced tools
Comparing version 0.1.29 to 0.1.30
{ | ||
"name": "clever-client", | ||
"main": "dist/clever-client.js", | ||
"version": "0.1.29", | ||
"version": "0.1.30", | ||
"authors": [ | ||
@@ -6,0 +6,0 @@ "rbelouin <rodolphe.belouin@gmail.com>" |
{ | ||
"name": "clever-client", | ||
"version": "0.1.29", | ||
"version": "0.1.30", | ||
"description": "Javascript models for Clever-Cloud API", | ||
@@ -5,0 +5,0 @@ "main": "dist/clever-client.js", |
@@ -18,3 +18,6 @@ function initializeSession(client, settings) { | ||
var res = client.oauth.request_token.post()({ | ||
headers: {"Content-Type": "application/x-www-form-urlencoded"}, | ||
headers: { | ||
"Content-Type": "application/x-www-form-urlencoded", | ||
"Authorization": "" | ||
}, | ||
data: Session.querystring.encode(Session.getOAuthParams({ | ||
@@ -21,0 +24,0 @@ oauth_callback: window.location.protocol + '//' + window.location.host + window.location.pathname + window.location.search |
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
1124100
31958