ez-api-wrapper
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -54,3 +54,3 @@ const axios = require('axios'); | ||
// Code to make HTTP request and retrieve users from the API | ||
const users = await axios.get(`${apiUrl}/posts`); | ||
const users = await axios.get(`${apiUrl}/users`); | ||
@@ -57,0 +57,0 @@ return users.data; |
{ | ||
"name": "ez-api-wrapper", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"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", |
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
48201
11