Unit 'fpopenapiclient' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#fcl-web]

TFPOpenAPIServiceClient

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: fpopenapiclient.pp line 73

type TFPOpenAPIServiceClient = class(TComponent)

protected

  function StreamToString();

  procedure PrepareRequest(); virtual;

  procedure ProcessResponse(); virtual;

  procedure ProcessServiceException();

  procedure Notification(); override;

  function BuildEndPointURL(); virtual;

  function ReplacePathParam(); virtual;

  function ConcatRestParam(); virtual;

  function ExecuteRequest();

published

  property WebClient: TAbstractWebClient; [rw]

  property BaseURL: string; [rw]

  property OnPrepareRequest: TAPIServicePrepareRequestEvent; [rw]

  property OnProcessResponse: TAPIServiceProcessResponseEvent; [rw]

end;

Inheritance

TFPOpenAPIServiceClient

|

TObject


Documentation generated on: 2025-07-25