Skip to content

eatikrh/app-services-sdk-go

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Packages

No packages published

Languages

  • Go 59.7%
  • Mustache 31.8%
  • Shell 4.5%
  • JavaScript 2.4%
  • Makefile 1.6%