Class TRALPostmanExporter

Unit

Declaration

type TRALPostmanExporter = class(TObject)

Description

Hierarchy

Overview

Methods

Public function ExportToStream(AServer: TRALServer): TStream; overload;
Protected function getAuth(AServer: TRALServer): TRALJSONObject;
Protected function getInfo(AServer: TRALServer): TRALJSONObject;
Protected function getItems(AServer: TRALServer): TRALJSONArray;
Protected function getVariables(AServer: TRALServer): TRALJSONArray;
Public procedure ExportToFile(AServer: TRALServer; AFileName: TFileName);
Public procedure ExportToStream(AServer: TRALServer; AStream: TStream); overload;
Protected procedure RouteToJSON(AItem: TRALJSONArray; ARoute: TRALBaseRoute; AAuth: TRALAuthServer = nil);

Properties

Published property AllowCORSVerbs: boolean read FAllowCORSVerbs write FAllowCORSVerbs;

Description

Methods

Public function ExportToStream(AServer: TRALServer): TStream; overload;
 
Protected function getAuth(AServer: TRALServer): TRALJSONObject;
 
Protected function getInfo(AServer: TRALServer): TRALJSONObject;
 
Protected function getItems(AServer: TRALServer): TRALJSONArray;
 
Protected function getVariables(AServer: TRALServer): TRALJSONArray;
 
Public procedure ExportToFile(AServer: TRALServer; AFileName: TFileName);
 
Public procedure ExportToStream(AServer: TRALServer; AStream: TStream); overload;
 
Protected procedure RouteToJSON(AItem: TRALJSONArray; ARoute: TRALBaseRoute; AAuth: TRALAuthServer = nil);
 

Properties

Published property AllowCORSVerbs: boolean read FAllowCORSVerbs write FAllowCORSVerbs;
 


GitHub Repository
Generated by PasDoc 0.16.0.