This package contains the core API client for NexeraID. It is used by all other NexeraID applications and customers integrating with NexeraID.
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.
- Make sure API is running locally on standard port
- Run
generate-api-client
- Sometimes you might need to restart your IDE to refresh the client
Client is also automatically generated on every API change by github action