# README
Cells API client
Legacy Rest API Client in go for Pydio Cells. Please see v2 subfolder.
WARNING LEGACY BRANCH
This version has been released with version 0.9 before cleaning and refactoring the API in order to provide backward compatibility for potential consumers of the SDK.
You should really rather use the v2 branch
Overview
Current SDK has been updated on Jul. 1st 2020 with git commit fdebe76 for Cells v2.1.0 release.
This API client was generated by the go-swagger project.
For more information, please visit https://pydio.com
How to use
Simply put the package under your project folder and add the following import:
"github.com/pydio/cells-sdk-go"
The transport
sub-package provides some utilitary methods to ease the set up of a communication with your target Cells instance, and you might find the few sample commands that are in the example
package useful to jump in.
You can also have a look at the Cells client repository (also on Github) to see more working examples.