Using the new REST Client library components to connect to Web & Cloud services (Part 2)
November 9, 2013
Author: Al M1426
This REST BaaS (Backend as a Service) client tutorial shows how to use the Embarcadero REST Library for accessing REST-based web services (REST stands for Representational State Transfer). The library is available for all platforms that are supported by Delphi. The REST Library framework focuses on JSON as the representation format. XML is not explicitly supported.
In Part 1, we…