1.0.6 • Published 2 years ago
@tssp/product-api-client v1.0.6
Product-API Client
This package is a HTTP client for the Product-API
microservice.
Install
npm install @tssp/product-api-client
Update
npm install @tssp/product-api-client@latest
Configuration
Add variables to .env
PRODUCT_API_BASE_URL=
PRODUCT_API_TOKEN=
Autocompletion
Add a include into your tsconfig.json
"include": [
"node_modules/@tssp/product-api-client/build",
]