在 XD 插件中与远程服务器通信

Communicating with remote servers in XD plugins

我正在尝试构建 XD 插件并希望从远程服务器检索图像。这可能吗?如果可以,我可以使用哪些 API?

当然! Adobe XD 插件环境提供了 XMLHttpRequest, WebSocket and fetch APIs. See the Network I/O documentation 的符合标准的实现,以获取有关受支持和不受支持的内容的更多信息。

有关如何在插件中使用 XHR 的示例,请参阅 How to make network requests tutorial

对于您的特定用例,您应该查看 Adobe Stock Photo Search example in the Samples 存储库。

根据您需要对图像执行的操作,您可能还需要使用一些 Storage APIs.