Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 1.11 KB

README.md

File metadata and controls

27 lines (18 loc) · 1.11 KB

kDrive-go-client

GitHub tag (latest SemVer) Go Reference Test

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.

Installation

$ go get github.com/m-mattia-m/kdrive-go-client

Getting started

The official development website of Infomaniak is used as API-documentation.

Example

Make a new Client

import "github.com/m-mattia-m/kdrive-go-client"
client := kDrive.NewClient("your-token")