Rest Client

Hi

Delphi Vcl application.

I'm a beginner when it comes to Rest. Can I consume Json from a Rest service, using Tms?

I have TMS All Access, can I use X-data components?

Regards,
Ole
Hi Ole,
Yes, use THttpClient to perform HTTP requests:

And then you can use classes and methods in Bcl.Json unit to handle the JSON response, or just use the built-in Delphi JSON classes.