我正在尝试使用 Delphi XE8 RESTClient、RESTRequest 和 RESTResponse 来选择对以下 API 调用的响应内容:
https://api.hubapi.com/contacts/v1/lists/all/contacts/all?hapikey=Demo&count=1000
该调用在 C# 和网络浏览器中运行良好。
我不确定如何配置 RESTClient 和 RESTRequest 属性。
谁能为我将 API 调用分解为 RESTClient 和 RESTRequest 属性?
我已经为此苦苦挣扎了几个小时,到目前为止还没有成功。