Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "edgegrid", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Authorisation process and API helper for Akamai OPEN APIs", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -9,3 +9,3 @@ # EdgeGrid for Node.js | ||
`npm install --save akamai-open` | ||
`npm install --save edgegrid` | ||
@@ -67,1 +67,5 @@ ## Reporting a bug | ||
``` | ||
Headers for the request must be supplied as an object as name : value pairs. You do not need to supply form-data headers or content lengths - that will cause authentication headers on the API. | ||
The request BODY can be provided as either an object or as an already POST data formed string. |
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
40116
70