Skip to content

Files

Latest commit

 

History

History

typescript-sdk

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