@apicurio/apicurio-registry-sdk
v3.0.4
Published
This library provides an SDK for Apicurio Registry for use in Node.js and front-end (UI) applications. It is written in Typescript using Kiota to generate the REST client.
Downloads
265
Readme
Apicurio Registry Typescript SDK
This library provides an SDK for Apicurio Registry for use in Node.js and front-end (UI) applications. It is written in Typescript using Kiota to generate the REST client.
Building
Use standard Node/NPM tooling to build the code in this library.
npm install
npm run generate-sources
npm run lint
npm run build