Skip to content

Blue platform client library for the Go programming language (mostly generated code).

License

Notifications You must be signed in to change notification settings

alphauslabs/blue-sdk-go

Repository files navigation

main Go Reference

The main branch can be broken. Make sure to use tagged releases.

For authentication, check out this document.

To use the default client(s), you can try something like:

ctx := context.Background()
client, _ := iam.NewClient(ctx)
defer client.Close()
out, err := client.WhoAmI(ctx, &iam.WhoAmIRequest{})
log.Println(out, err)
...

You can also check the examples here.

The generated gRPC documentation is here.

About

Blue platform client library for the Go programming language (mostly generated code).

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages