@odiupsk/up-api-client

PS: This step assumes swagger.yaml in current dir

Usage no npm install needed!

<script type="module">
  import odiupskUpApiClient from 'https://cdn.skypack.dev/@odiupsk/up-api-client';
</script>

README

UP API client

Development

Generate DTO interfaces

PS: This step assumes swagger.yaml in current dir

npm run gen:dto

Add / Edit client code

Build code with:

npm run build

Run tests

npx jest

Publish to NPM

npm publish