Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 367 Bytes

Readme.md

File metadata and controls

27 lines (17 loc) · 367 Bytes

Apicurio Registry Go SDK

This is a generated SDK for easily interacting with Registry from a Go program.

Install

You can install this package using go get:

go get github.com/apicurio/apicurio-registry/go-sdk

Requirements

This package is built with Go 1.20+.

Generate

make generate

Test

make test