Are there any examples/packages for interacting wi...
# help
o
Are there any examples/packages for interacting with LakeFS via golang?
i
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
o
Thank you
i
YW 🙂