https://demo.pydio.com/
在调用Pydio Cells API时,我可以使用承载令牌成功地接收有效的JSON响应。
https://[yourPydioServer.com]/a/
https://demo.pydio.com/a/config/discovery/
在尝试使用v1或v2 api时,我尝试了下面的许多变体,但都没有成功。
https://[yourPydioServer.com]/pydio/api/v2/
https://demo.pydio.com/pydio/api/v2/fs https://demo.pydio.com/pydio/api/2/fs https://demo.pydio.com/pydio/a/2/fs https://demo.pydio.com/a/2/fs https://demo.pydio.com/a/v2/fs
到Pydio文档的一些链接从02.13.19开始生效
https://pydio.com/en/pydio-api-v2 API版本1: https://pydio.com/en/pydio-api-v1
下面是我能找到的关于与Pydio单元相关的REST API的唯一文档。
https://pydio.com/en/docs/cells/v1/using-rest-api https://pydio.com/en/docs/developer-guide/protocol https://pydio.com/en/docs/developer-guide/producing-jwt-using-postman
https://pydio.com/en/docs/cells/v1/using-rest-api
https://pydio.com/en/docs/developer-guide/protocol
https://pydio.com/en/docs/developer-guide/producing-jwt-using-postman
我发现答案是否定的,Pydio Cells的API与Pydio以前的版本不兼容。