Class TRALPostmanExporter
Unit
Declaration
type TRALPostmanExporter = class(TObject)
Description
Hierarchy
- TObject
- TRALPostmanExporter
Overview
Methods
![]() |
function ExportToStream(AServer: TRALServer): TStream; overload; |
![]() |
function getAuth(AServer: TRALServer): TRALJSONObject; |
![]() |
function getInfo(AServer: TRALServer): TRALJSONObject; |
![]() |
function getItems(AServer: TRALServer): TRALJSONArray; |
![]() |
function getVariables(AServer: TRALServer): TRALJSONArray; |
![]() |
procedure ExportToFile(AServer: TRALServer; AFileName: TFileName); |
![]() |
procedure ExportToStream(AServer: TRALServer; AStream: TStream); overload; |
![]() |
procedure RouteToJSON(AItem: TRALJSONArray; ARoute: TRALBaseRoute; AAuth: TRALAuthServer = nil); |
Properties
![]() |
property AllowCORSVerbs: boolean read FAllowCORSVerbs write FAllowCORSVerbs; |
Description
Methods
![]() |
function ExportToStream(AServer: TRALServer): TStream; overload; |
![]() |
function getAuth(AServer: TRALServer): TRALJSONObject; |
![]() |
function getInfo(AServer: TRALServer): TRALJSONObject; |
![]() |
function getItems(AServer: TRALServer): TRALJSONArray; |
![]() |
function getVariables(AServer: TRALServer): TRALJSONArray; |
![]() |
procedure ExportToFile(AServer: TRALServer; AFileName: TFileName); |
![]() |
procedure ExportToStream(AServer: TRALServer; AStream: TStream); overload; |
![]() |
procedure RouteToJSON(AItem: TRALJSONArray; ARoute: TRALBaseRoute; AAuth: TRALAuthServer = nil); |
Properties
![]() |
property AllowCORSVerbs: boolean read FAllowCORSVerbs write FAllowCORSVerbs; |
GitHub Repository
Generated by PasDoc 0.16.0.


