@janiscommerce/api
Advanced tools
Comparing version 3.0.1 to 3.1.0
@@ -7,2 +7,6 @@ # Changelog | ||
## [3.1.0] - 2019-07-20 | ||
### Added | ||
- Request endpoint is now passed to the API | ||
## [3.0.1] - 2019-07-19 | ||
@@ -9,0 +13,0 @@ ### Fixed |
@@ -89,2 +89,3 @@ 'use strict'; | ||
this.api = this.fetcher.apiController; | ||
this.api.endpoint = this.endpoint; | ||
this.api.data = this.data; | ||
@@ -91,0 +92,0 @@ this.api.pathParameters = this.fetcher.pathParameters; |
{ | ||
"name": "@janiscommerce/api", | ||
"version": "3.0.1", | ||
"version": "3.1.0", | ||
"description": "A package for managing API from any origin", | ||
@@ -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
20230
415