Categorygithub.com/topicuskeyhub/go-keyhub
modulepackage
1.3.5
Repository: https://github.com/topicuskeyhub/go-keyhub.git
Documentation: pkg.go.dev

# README

Build GitHub release (latest SemVer) License

go-keyhub - Topicus KeyHub API Client

[!CAUTION] DEPRECATED: please note that this package github.com/topicuskeyhub/go-keyhub has become deprecated in favor of github.com/topicuskeyhub/sdk-go

For more info see: https://github.com/topicuskeyhub/sdk-go/

How to use

See the examples directory for more complete examples.

go.mod:

require (
  github.com/topicuskeyhub/go-keyhub v1.3.2
)
import "github.com/topicuskeyhub/go-keyhub"

client, err := keyhub.NewClient(http.DefaultClient, issuer, clientid, clientsecret)
if err != nil {
    log.Fatalln("ERROR", err)
}

How to develop

  • Dependencies: go mod download
  • Code formatting: gofmt -s -w .

# Packages

No description provided by the author

# Functions

No description provided by the author
No description provided by the author
NewServiceAccountService Create new ServiceAccountService.

# Structs

No description provided by the author
No description provided by the author
ClientApplicationService Service to manage client application configurations in keyhub.
No description provided by the author
LaunchPadTileService Service to manage launch pad tiles in keyhub.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author