fulcrum-app
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -69,3 +69,3 @@ var Base, Extendable, errors, moduleKeywords, request, | ||
headers = { | ||
'X-ApiToken': this.client.api_token, | ||
'X-ApiToken': this.client.api_key, | ||
'Accept': 'application/json' | ||
@@ -72,0 +72,0 @@ }; |
@@ -17,3 +17,3 @@ var Fulcrum, resources; | ||
var klass, name; | ||
this.api_token = options.api_token; | ||
this.api_key = options.api_key; | ||
for (name in resources) { | ||
@@ -20,0 +20,0 @@ klass = resources[name]; |
{ | ||
"name": "fulcrum-app", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "JavaScript wrapper for the Fulcrum API", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
80448
63
228