backend-integration-fetch
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -55,3 +55,3 @@ export async function fetchHelper( | ||
export async function UploadFile(method, body, headers, SERVER_URL = staticServerUrl) { | ||
export async function UploadFile(method, body, headers, SERVER_URL) { | ||
try { | ||
@@ -58,0 +58,0 @@ var url = SERVER_URL; |
{ | ||
"name": "backend-integration-fetch", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "The Backend-Api-Integration package simplifies interaction with the backend API by providing a set of CRUD methods for common endpoints. It abstracts away the complexity of making HTTP requests and handling responses, allowing developers to focus on application logic rather than low-level API communication details", | ||
@@ -29,2 +29,2 @@ "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
7407