-
Notifications
You must be signed in to change notification settings - Fork 4
API Client
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.
- Node
- NPM
- Yarn
- 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.
yarn run generate-api
yarn run lint
yarn run test