Is currently under development and does not yet include all functions. Feel free to fork and make pull requests to further develop the client together.
This is a client for the integration of Infomaniak's kDrive.
$ go get github.com/m-mattia-m/kdrive-go-client
The official development website of Infomaniak is used as API-documentation.
Make a new Client
import "github.com/m-mattia-m/kdrive-go-client"
client := kDrive.NewClient("your-token")