@adobe/fetch
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "@adobe/fetch", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Call Adobe APIs", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -0,1 +1,3 @@ | ||
[![Version](https://img.shields.io/npm/v/@adobe/fetch.svg)](https://npmjs.org/package/@adobe/fetch) | ||
[![Downloads/week](https://img.shields.io/npm/dw/@adobe/fetch.svg)](https://npmjs.org/package/@adobe/fetch) | ||
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) | ||
@@ -19,3 +21,3 @@ [![Build Status](https://travis-ci.com/adobe/adobe-fetch.svg?branch=master)](https://travis-ci.com/adobe/adobe-fetch) | ||
``` | ||
npm install --save @adobe/PENDING | ||
npm install --save @adobe/fetch | ||
``` | ||
@@ -41,3 +43,3 @@ | ||
const adobefetch = require('@adobe/PENDING').config(config); | ||
const adobefetch = require('@adobe/fetch').config(config); | ||
@@ -44,0 +46,0 @@ adobefetch("https://platform.adobe.io/some/adobe/api", { method: 'get'}) |
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
112
76364