@teemill/warehouse-prefab-applications
v0.12.0
Published
OpenAPI client for @teemill/warehouse-prefab-applications
Downloads
40
Readme
@teemill/[email protected]
This generator creates TypeScript/JavaScript client that utilizes axios. The generated Node module can be used in the following environments:
Environment
- Node.js
- Webpack
- Browserify
Language level
- ES5 - you must have a Promises/A+ library installed
- ES6
Module system
- CommonJS
- ES6 module system
It can be used in both TypeScript and JavaScript. In TypeScript, the definition will be automatically resolved via package.json. (Reference)
Building
To build and compile the typescript sources to javascript use:
npm install
npm run buildPublishing
First build the package then run npm publish
Consuming
navigate to the folder of your consuming project and run one of the following commands.
published:
npm install @teemill/[email protected] --saveunPublished (not recommended):
npm install PATH_TO_GENERATED_PACKAGE --saveDocumentation for API Endpoints
All URIs are relative to https://api.localhost:8080
Class | Method | HTTP request | Description ------------ | ------------- | ------------- | ------------- BatchesApi | createBatch | POST /v1/warehouse/prefab-applications/batches | Create batch BatchesApi | getBatch | GET /v1/warehouse/prefab-applications/batches/{batchId} | Get batch BatchesApi | listBatchPrefabApplications | GET /v1/warehouse/prefab-applications/batches/{batchId}/prefab-applications | List batch applications BatchesApi | listBatches | GET /v1/warehouse/prefab-applications/batches | List batches BatchesApi | printBatch | GET /v1/warehouse/prefab-applications/batches/{batchId}/print | Print batch PrefabApplicationsApi | getPrefabApplication | GET /v1/warehouse/prefab-applications/{prefabApplicationId} | Get prefab application PrefabApplicationsApi | listPrefabApplications | GET /v1/warehouse/prefab-applications | List prefab applications PrefabApplicationsApi | printPrefabApplication | GET /v1/warehouse/prefab-applications/{prefabApplicationId}/print | Print PrefabApplicationsApi | updatePrefabApplication | PATCH /v1/warehouse/prefab-applications/{prefabApplicationId} | Update prefab application TraysApi | createTray | POST /v1/warehouse/prefab-applications/trays | Create tray TraysApi | deleteTray | DELETE /v1/warehouse/prefab-applications/trays/{trayId} | Delete tray TraysApi | getTray | GET /v1/warehouse/prefab-applications/trays/{trayId} | Get tray TraysApi | listTrayPrefabApplications | GET /v1/warehouse/prefab-applications/trays/{trayId}/prefab-applications | List tray applications TraysApi | listTrays | GET /v1/warehouse/prefab-applications/trays | List trays TraysApi | printTrayLabel | GET /v1/warehouse/prefab-applications/trays/{trayId}/print | Print tray label TraysApi | printTrayLabels | GET /v1/warehouse/prefab-applications/trays/print | Print trays TraysApi | suggestTrays | GET /v1/warehouse/prefab-applications/trays/suggest | Suggest trays TraysApi | updateTray | PATCH /v1/warehouse/prefab-applications/trays/{trayId} | Update tray
Documentation For Models
- ApiError
- Batch
- CreateBatchRequest
- CreateTrayRequest
- ListBatchPrefabApplications200Response
- ListBatches200Response
- ListTrays200Response
- PrefabApplication
- PrefabApplicationCatalogApplication
- PrefabApplicationsResponse
- PrintPrefabApplication202Response
- SuggestTrays200Response
- Tray
- TrayContents
- UpdatePrefabApplicationRequest
- UpdateTrayRequest
- UpdateTrayRequestContents
- ValidationError
Documentation For Authorization
Authentication schemes defined for the API:
api-key
- Type: API key
- API key parameter name: Authorization
- Location: HTTP header
session-oauth
- Type: OAuth
- Flow: password
- Authorization URL:
- Scopes: N/A
