• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

.gitignoreH A D24-Jul-2019150 129

LICENSEH A D24-Jul-20191 KiB2217

README.mdH A D24-Jul-2019365 169

api_scheme.goH A D24-Jul-20195.4 KiB224194

client.goH A D24-Jul-20191.8 KiB9572

client_device.goH A D24-Jul-20191.9 KiB8566

client_device_test.goH A D24-Jul-20191.3 KiB5344

client_files.goH A D24-Jul-20197.5 KiB301240

client_files_test.goH A D24-Jul-20194.4 KiB124112

client_mount.goH A D24-Jul-2019776 3930

client_mount_test.goH A D24-Jul-2019510 2520

client_shared.goH A D24-Jul-2019436 2619

client_shared_test.goH A D24-Jul-2019281 1512

client_test.goH A D24-Jul-2019606 2521

client_user.goH A D24-Jul-2019385 2116

client_user_test.goH A D24-Jul-2019285 1512

koofrlib_suite_test.goH A D24-Jul-20191.3 KiB7860

README.md

1go-koofrclient
2===========
3
4Go Koofr client.
5
6[![GoDoc](https://godoc.org/github.com/koofr/go-koofrclient?status.png)](https://godoc.org/github.com/koofr/go-koofrclient)
7
8## Install
9
10    go get github.com/koofr/go-koofrclient
11
12## Testing
13
14    go get -t
15    KOOFR_APIBASE="https://app.koofr.net" KOOFR_EMAIL="email@example.com" KOOFR_PASSWORD="yourpassword" go test
16