ez-api-wrapper
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "ez-api-wrapper", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Wrapper for an API: If there's an API you frequently use, you could create a wrapper for it that simplifies the process of making requests and handling responses. This could be for anything from weather data to social media APIs.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -11,3 +11,3 @@ ![Star Badge](https://img.shields.io/static/v1?label=%F0%9F%8C%9F&message=If%20Useful&style=style=flat&color=BC4E99) | ||
```bash | ||
npm install ez-api-wrapper-package | ||
npm install ez-api-wrapper | ||
``` | ||
@@ -17,3 +17,3 @@ or | ||
```bash | ||
yarn add ez-api-wrapper-package | ||
yarn add ez-api-wrapper | ||
``` | ||
@@ -26,3 +26,3 @@ ## Importing: | ||
// Import the API client module | ||
const { fetchData, fetchPosts, fetchUsers } = require('ez-api-wrapper-package'); | ||
const { fetchData, fetchPosts, fetchUsers } = require('ez-api-wrapper'); | ||
``` | ||
@@ -63,3 +63,3 @@ | ||
// Import the API wrapper package | ||
const { fetchPosts } = require('ez-api-wrapper-package'); | ||
const { fetchPosts } = require('ez-api-wrapper'); | ||
@@ -66,0 +66,0 @@ // Define the API URL |
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
49678