Hey
@Oliver Dain
There’s no go lang client but, we use Open API generator to create api clients.
You can:
1. generate go-client by yourself from this
swagger file.
a. You can use
lakectl our command line as a reference implementation. We use the generated go client.
2. Use the REST API in go