Skip to content

pydio/cells-enterprise-sdk-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cells Enterprise SDK for Go

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.

Usage

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.

Versioning policy

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.

License

This library is licensed under Apache V2.0 license.

About

Go SDK for Cells Enterprise API

Resources

License

Stars

Watchers

Forks

Packages

No packages published