rclone/vendor/github.com/koofr/go-koofrclient
Nick Craig-Wood af192d2507 vendor: update all dependencies 2019-08-26 18:00:17 +01:00
..
.gitignore
LICENSE
README.md
api_scheme.go vendor: updated github.com/koofr/go-koofrclient for set mtime support. 2019-07-24 21:11:58 +01:00
client.go vendor: update all dependencies 2019-08-26 18:00:17 +01:00
client_device.go vendor: run go tidy and go vendor 2019-08-14 16:15:34 +01:00
client_files.go vendor: run go tidy and go vendor 2019-08-14 16:15:34 +01:00
client_mount.go vendor: run go tidy and go vendor 2019-08-14 16:15:34 +01:00
client_shared.go vendor: run go tidy and go vendor 2019-08-14 16:15:34 +01:00
client_user.go vendor: run go tidy and go vendor 2019-08-14 16:15:34 +01:00

README.md

go-koofrclient

Go Koofr client.

GoDoc

Install

go get github.com/koofr/go-koofrclient

Testing

go get -t
KOOFR_APIBASE="https://app.koofr.net" KOOFR_EMAIL="email@example.com" KOOFR_PASSWORD="yourpassword" go test