简体   繁体   English

Pydio Cells是否可以使用Pydio的v1或v2 API?

[英]Is it possible to utilize Pydio's v1 or v2 API with Pydio Cells?

I'm currently using the the Pydio demo to test out the capabilities of the Pydio Cells API. 我目前正在使用Pydio演示来测试Pydio Cells API的功能。 https://demo.pydio.com/ https://demo.pydio.com/

I am successfully able receive valid JSON responses using a Bearer token when making calls to the Pydio Cells API. 调用Pydio Cells API时,我能够使用Bearer令牌成功接收到有效的JSON响应。

https://[yourPydioServer.com]/a/ HTTPS:// [yourPydioServer.com] /一个/

https://demo.pydio.com/a/config/discovery/

I've attempted many variations of the below in attempts to utilize v1 or v2 APIs without any success. 在尝试使用v1或v2 API失败的过程中,我尝试了以下多种变体。

https://[yourPydioServer.com]/pydio/api/v2/ 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

So far I'm unable to figure out or find any documentation stating that the v1 or v2 APIs are able to be used or not. 到目前为止,我仍无法找出或找到任何说明可以使用v1或v2 API的文档。 No mention I can find anywhere. 更不用说我在任何地方都能找到。

Some links to Pydio documentation active as of 02.13.19 到02.13.19时有效的Pydio文档的某些链接

API Version 2: https://pydio.com/en/pydio-api-v2 API Version 1: https://pydio.com/en/pydio-api-v1 API版本2: https//pydio.com/en/pydio-api-v2 API版本1: https//pydio.com/en/pydio-api-v1

The Only documentation I'm able to locate regarding REST API related to Pydio Cells is below. 下面是我能够找到的有关Pydio Cells的REST API的唯一文档。

https://pydio.com/en/docs/cells/v1/using-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/protocol

https://pydio.com/en/docs/developer-guide/producing-jwt-using-postman https://pydio.com/en/docs/developer-guide/producing-jwt-using-postman

I found the answer to this to be NO. 我发现答案是否定的。 Pydio Cells API is not compatible with previous versions of Pydio. Pydio Cells API与以前的Pydio版本不兼容。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM