0.0.13 • Published 3 years ago
@exolvy/api-client v0.0.13
api-client
Create
To update the api-client, start the fastapi server and run the following command
npm run generate-clientWhen you create new routes, or function names change you need to add these in src/index.ts. The reason we do this is to make the functions more readable.
API.UsersService.usersGetUsers() => API.users.get()Build package
npm run buildPunlish to NPM
npm publish Install package
npm install @exolvy/api-client