是否可以将 Pydio 的 v1 或 v2 API 与 Pydio Cells 一起使用?
Is it possible to utilize Pydio's v1 or v2 API with Pydio Cells?
我目前正在使用 Pydio 演示来测试 Pydio Cells 的功能 API。 https://demo.pydio.com/
我在调用 Pydio Cells API.
时使用 Bearer 令牌成功接收到有效的 JSON 响应
https://demo.pydio.com/a/config/discovery/
我已经尝试了以下许多变体来尝试利用 v1 或 v2 APIs 但没有成功。
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
到目前为止,我无法弄清楚或找到任何说明 v1 或 v2 API 是否可以使用的文档。不用说我到处都能找到。
Pydio 文档的某些链接自 2019 年 13 月 2 日起有效
API Version 2: https://pydio.com/en/pydio-api-v2
API Version 1: https://pydio.com/en/pydio-api-v1
我能找到的关于与 Pydio Cells 相关的 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
我发现答案是否定的。 Pydio Cells API 与以前版本的 Pydio 不兼容。
我目前正在使用 Pydio 演示来测试 Pydio Cells 的功能 API。 https://demo.pydio.com/
我在调用 Pydio Cells API.
时使用 Bearer 令牌成功接收到有效的 JSON 响应https://demo.pydio.com/a/config/discovery/
我已经尝试了以下许多变体来尝试利用 v1 或 v2 APIs 但没有成功。
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
到目前为止,我无法弄清楚或找到任何说明 v1 或 v2 API 是否可以使用的文档。不用说我到处都能找到。
Pydio 文档的某些链接自 2019 年 13 月 2 日起有效
API Version 2: https://pydio.com/en/pydio-api-v2 API Version 1: https://pydio.com/en/pydio-api-v1
我能找到的关于与 Pydio Cells 相关的 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
我发现答案是否定的。 Pydio Cells API 与以前版本的 Pydio 不兼容。