0.0.13 • Published 2 years ago

@exolvy/api-client v0.0.13

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

api-client

Create

Documentation

To update the api-client, start the fastapi server and run the following command

npm run generate-client

When 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 build

Punlish to NPM

npm publish 

Install package

npm install @exolvy/api-client
0.0.12

2 years ago

0.0.13

2 years ago

0.0.11

2 years ago

0.0.10

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago