Agent Maturity Compass API - v1.2.0
    Preparing search index...

    Interface WebhookHttpClient

    interface WebhookHttpClient {
        post(
            params: {
                body: string;
                headers: Record<string, string>;
                timeoutMs: number;
                url: string;
            },
        ): Promise<WebhookHttpResponse>;
    }
    Index

    post

    • post(
          params: {
              body: string;
              headers: Record<string, string>;
              timeoutMs: number;
              url: string;
          },
      ): Promise<WebhookHttpResponse>

      Parameters

      • params: {
            body: string;
            headers: Record<string, string>;
            timeoutMs: number;
            url: string;
        }

      Returns Promise<WebhookHttpResponse>