GET JSON data from REST API using Private key, Certificate and Proxies
The requirement is to pull data from REST API in JSON format and converting into csv format. This process will be done for historic and daily load also. In the API config, i have key path (Private key), certificate path (pem file) and proxy (Both http and https). Same like we have a multiple URL, multiple data sets are coming. So,Could you please suggest me how do I proceed for this requirement.
Current position: we found tRESTClient component to fetch data from REST API. but we are facing the challenge that where to configure these private key, certificate pem key and proxies at all to the component.
It would be highly appreciated if you help me on this.