This is the client for the PDF Compiler API.
npm install @gewis/pdf-compiler-tsThis is the client for the PDF Compiler API.
TODO
Make sure you have swag installed.
``bash`
go install github.com/swaggo/swag/cmd/swag@latest
You can then generate the client by running:
`bash`
yarn openapi-ts
This will generate the client in the src/client` directory.