Hello Team, Please could you provide API Tools for ‘R’. Do we have “TRTH V2 library for R”?

Hello Team, Please could you provide API Tools for ‘R’. Do we have “TRTH V2 library for R”?

Answers

  • Neha.Gupta

    Sorry, but there is no TRTH V2 library specific for R; the only language specific one is the .Net SDK. But note that the TRTH V2 is a REST API, so any language that can communicate using HTTPS and decode JSON formatted data can be used to interact with it. I believe that should be the case for R.

    Even though it is aimed mainly at Java programmers, you might find the Programming without SDK Tutorial useful in this context.

  • @Neha.Gupta In R you can use the HTTR package to manage all manner of Web API Requests & Responses. You can find details of this package here. Its pretty easy to use.