Shopify-API-Java-wrapper : 什么是节点地址?



我正在尝试实现在github上找到的shopify-api-java-wrapper。我想用它来连接到我的商店。我编写了以下代码:

String accessToken = "[many digits and letters here]";
String myShopifyUrl = "https://[my shop name].myshopify.com";
String nodeAddress = "[???]";
ShopifyApiClient client = ShopifyApiFactory.create(accessToken, myShopifyUrl, nodeAddress );
client.getProductsCount();

访问令牌是我在 Shopify 仪表板上为我的应用程序激活店面 API 时获得的令牌。

但我不知道节点地址是什么。我应该在这里写什么?你能帮我解决这个问题吗?

我相信这是您的redis/redisson服务主机。

(Java Wrapper for Redis( https://www.baeldung.com/redis-redisson

最新更新