EU Parliament Monitor — API Documentation - v0.9.24
    Preparing search index...
    • Build a full URL from path and GET it as text, applying the configured timeout. Tries the IMF-only MCP fetch-proxy gateway first when configured (bypasses AWF Squid proxy in agentic workflow sandbox), then falls back to direct fetch with subscription-key rotation.

      Parameters

      • path: string

        Path (already URL-encoded) to append to the base URL.

      • ctx: IMFHttpContext

        HTTP context adapter from the client instance.

      Returns Promise<string>

      Response body as a string.

      When the HTTP status is not 2xx, the request times out, or the network layer raises.