Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 354 Bytes

1_clients_sdks.md

File metadata and controls

5 lines (3 loc) · 354 Bytes

During the full rewrite of the legacy Pydio8 (that used PHP) in the Go language, we put a strong focus on standards: all models have been described using protobuf and the API is fully described with a single swagger file.

As a result, clients in various languages can be easily generated, we already maintain SDKs in Go, Javascript and Java.

[:summary]