UNPKG

@rockcarver/frodo-lib

Version:

A library to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.

12 lines 302 B
export declare class CurlHelper { request: any; constructor(config: any); getHeaders(): string; getMethod(): string; getBody(): string; getUrl(): any; getQueryString(): string; getBuiltURL(): any; generateCommand(): string; } //# sourceMappingURL=CurlHelper.d.ts.map