Sign in
apache
/
burr
/
refs/heads/proxy_object
/
.
/
telemetry
/
ui
/
scripts
/
client-gen.sh
blob: c5252a2b4b2cad76f6df5a80acf649803a3a658e [
file
]
# run this from the ui/ directory
# ensure your server is running on port 7241 (or change the port below)
# TODO -- move to a package.json script
npx openapi
-
typescript
-
codegen
--
input http
://
localhost
:
7241
/
openapi
.
json
--
output
./
src
/
api