Skip to content

Latest commit

 

History

History
56 lines (33 loc) · 2.83 KB

README.md

File metadata and controls

56 lines (33 loc) · 2.83 KB

RHOAS SDK for Go

Go Reference

Go packages and API clients for RHOAS.

Prequisites

Installation

Install the RHOAS SDK with go get:

$ go get github.com/redhat-developer/app-services-sdk-go

Import:

import "github.com/redhat-developer/app-services-sdk-go"

Management SDKs

NOTE: Some of these APIs are under development and may sometimes cause backwards-incompatible changes.

API Status Package
KafkaManagement beta github.com/redhat-developer/app-services-sdk-go/kafkamgmt/apiv1
Service Accounts Management alpha github.com/redhat-developer/app-services-sdk-go/serviceaccounts/apiv1
ServiceRegistryManagement alpha github.com/redhat-developer/app-services-sdk-go/registrymgmt/apiv1
ConnectorManagement alpha github.com/redhat-developer/app-services-sdk-go/connectormgmt/apiv1

Instances SDKs

API Status Package
KafkaInstance beta github.com/redhat-developer/app-services-sdk-go/kafkainstance/apiv1internal
RegistryInstance beta github.com/redhat-developer/app-services-sdk-go/registryinstance/apiv1internal

Documentation

Documentation

Examples

Examples

Contributing

Contributions are welcome. See CONTRIBUTING for details.