openapi-util
v0.0.161
Published
# Local Semantic API
Downloads
20
Readme
OpenAPI Util
Local Semantic API
This repo is set up in a way such that it can be served as OpenAPI on Vercel, while it can also be installed as a package.
TODO: Also generate an openapi spec for the functions in src that were exported. This can be done by a CLI using SWC. Save to public/local.json
. This will make things possible using frontend and importing of code rather than using fetch for everything. Big advantage in scalability.