@key-telematics/fleet-ingestion-api-client
v0.0.3
Published
Fleet Ingestion API Client Library
Downloads
1
Readme
Generating New Client Definitions
If the Fleet Ingestion API's swagger definition changes, you should generate a new set of client classes. Make sure that
you have the data-ingestion-api
project cloned in the same parent directory as the fleet-ingestion-api-client
and run the following:
npm run generate && npm run build
npm test