Go SDK for Cells Enterprise REST API. Please check Cells SDK GO for accessing the core APIs of Pydio Cells (home edition).
For more information, please visit our developer guide
This SDK is generated automatically using go-swagger version v0.32.3 from the OpenAPI specification of Cells Enterprise Rest API.
The library is publicly available, simply:
go get github.com/pydio/cells-enterprise-sdk-go
and import necessary sub packages in your code.
As this library only adds Enterprise Specific endpoints to the core Cells API, you can rely on the transport
package of the Cells SDK for authentication and file transfers.
To workaround the obligation of adding v2, v3, ... subfolders at each new major version, we stay at version 1 in this (very stable) repository.
For better compatibility, the minor version of the SDK you are using should match the major version of your running Cells instance.
For instance, use Sdk Go v1.4.x with a recent v4 Cells server.
This library is licensed under Apache V2.0 license.