REST.Client.TCustomRESTClient
Delphi
TCustomRESTClient = class(TBaseObjectBindSourceDelegate, IRESTRequestParameterListOwnerNotify)
C++
class PASCALIMPLEMENTATION TCustomRESTClient : public Data::Bind::Objectscope::TBaseObjectBindSourceDelegate
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | REST.Client.pas REST.Client.hpp |
REST.Client | REST.Client |
Description
Represents an easy-to-use base class for your classes that access REST APIs.
If you need to create a custom class to access REST APIs, consider deriving your class from TCustomRESTClient.
Note This class allows you to process data in the JSON format only. The XML format is not supported.
Important: To access REST APIs using the HTTPS protocol, you should download OpenSSL libraries provided by the Indy project. Pre-compiled SSL Libraries are available here: http://indy.fulgan.com/SSL/.
OpenSSL libraries are third-party software, and the use of these libraries does not imply any endorsement by Embarcadero Technologies of such libraries or any claims made about such libraries.