Categorygithub.com/pydio/cells-sdk-go
modulepackage
0.9.0
Repository: https://github.com/pydio/cells-sdk-go.git
Documentation: pkg.go.dev

# 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.

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Variables

DefaultConfig stores a convenience static object that must be configured only once and is globally accessible to easily retrieve an up-and-running connected client.
DefaultS3Config stores a convenience static object that must be configured only once and is globally accessible to easily retrieve an up-and-running connected client.

# Structs

S3Config stores connection parameters to a running Cells instance S3 gateway via the AWS SDK for Go.
SdkConfig stores parameters to talk to a running Cells instance REST API via the Go SDK.