REST.Client.TRESTRequest.Resource
Delphi
property Resource: string read GetResource write SetResource default 0;
C++
__property Resource = {default=0};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | published | REST.Client.pas REST.Client.hpp |
REST.Client | TRESTRequest |
Description
Path to the target REST resource.
Resource is relative to the base URL of the REST client.
You may include parameters in your resource path between braces, such as "{my_parameter}". Then, you can use AddParameter to define a value for that parameter.