Skip to main content
Glama
http-client.d.ts674 B
/** * HTTP Client Module * Creates and configures axios instances for AEM communication */ import { AxiosInstance } from 'axios'; import { IConfig } from './interfaces/index.js'; /** * Create an axios instance configured for AEM communication */ export declare function createAxiosInstance(config: IConfig): AxiosInstance; /** * Create a specialized axios instance for file uploads */ export declare function createUploadAxiosInstance(config: IConfig): AxiosInstance; /** * Create a specialized axios instance for streaming operations */ export declare function createStreamingAxiosInstance(config: IConfig): AxiosInstance; //# sourceMappingURL=http-client.d.ts.map

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/indrasishbanerjee/aem-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server