Skip to content

alphauslabs/blue-sdk-go

Repository files navigation

main Go Reference

Important

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

This repo contains Blue's (mostly auto-generated) client library for the Go programming language.

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

 
 
 

Contributors

Languages