JSPM

  • Created
  • Published
  • Downloads 434
  • Score
    100M100P100Q91606F
  • License ISC

Package Exports

  • @nexeraid/identity-api-client

Readme

Overview

This package contains the core API client for NexeraID. It is used by all other NexeraID applications and customers integrating with NexeraID.

Generate new client after API changes

In case you are working on both APP and API at same time, you might want to refresh the API client based on latest changes in API.

  1. Make sure API is running locally on standard port
  2. Run generate-api-client
  3. Sometimes you might need to restart your IDE to refresh the client

Automatic generation

Client is also automatically generated on every API change by github action