0.1.1 • Published 2 years ago

@haulsuite/driverplan-js v0.1.1

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

Introduction

The driverplan/node package is a utility library which provides wrapper around DriverPlan APIs. It will help in quickly getting started to consume DriverPlan APIs and also expose APIs which DriverPlan can consume. This wrapper uses class-validator to validate the input data. This will help in quickly checking the expectation of DriverPlan exposed APIs. It provides wrapper around these APIs:

  • Schedule Update Event
  • Driver Update Event
  • Link Update Event
  • Terminal Update Event
  • Tractor Update Event
  • Publish Success/Failure Update

In addition, it also provides the schema (dtos) which DriverPlan expects client to expose as 'Select' using Rest APIs.

  • Select Schedule
  • Select Driver
  • Select Link
  • Select Terminal
  • Select Tractor
  • Post Updated Schedule

Please refer examples for more details

Getting Started

TODO: Guide users through getting your code up and running on their own system. In this section you can talk about: 1. Installation process 2. Software dependencies 3. Latest releases 4. API references

Build and Test

TODO: Describe and show how to build your code and run the tests.