REST.Client.TRESTRequest.Resource

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Resource;

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.

See Also