You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Peter Fisher edited this page Oct 9, 2022
·
6 revisions
The API client is a JavaScript package used to make request to the API. The API client contains a Mock API Server that is used for client sided testing.
System requirements
Node
NPM
Yarn
Install guide
Install the packages
yarn install
Run the mock server
yarn start
Generate the OpenAPI TypeScript module
Make sure you have already generated the openapi spec file.