1.0.0 • Published 9 months ago
@commonxyz/api-client v1.0.0
Common API
Documentation
CI/CD Instructions (Developers)
- TODO
Manual Setup (Developers)
Generate a new API client
- Start app with
pnpm start
so fern can refresh the lastestopenapi.spec
fromhttp://localhost:8080/api/v1/openapi.json
- Run
pnpm generate-client
to generate:- A new
fern/openapi/openapi.yml
file - A client API in
/src
, formatted with our root.prettierrc.json
config
- A new
Deploy a new API client
- Update the version in
package.json
- Run
pnpm publish
to publish the client