Rest API Client for Pydio Cells.
Current SDK has been update on Oct. 29th 2018 with git commit 29b9e7f for Cells v1.2.1.
This API client was generated by the go-swagger project.
For more information, please visit https://pydio.com
Put the package under your project folder and add the following in import:
"github.com/pydio/cells-sdk-go"
- Insure you have a running instance of Cells with correct version
- Check that
config.json
andconfig-s3.json
files are inconfig
folder and contain valid info. (See samples files in same folder). - Change RunEnvAwareTests flag to
true
(line 29 fromconfig/naming.go
). WARNING: Do not commit this. - execute:
go test -v ./...