Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 359 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 359 Bytes

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