Skip to main content
Glama
createGetV1WebhookSubscription.ts1.19 kB
/** * Generated by Kubb (https://kubb.dev/). * Do not edit manually. */ import type { GetV1WebhookSubscriptionHeaderParams, GetV1WebhookSubscription200, GetV1WebhookSubscriptionQueryResponse, } from '../types/GetV1WebhookSubscription.ts' import { faker } from '@faker-js/faker' export function createGetV1WebhookSubscriptionHeaderParams(data?: Partial<GetV1WebhookSubscriptionHeaderParams>): GetV1WebhookSubscriptionHeaderParams { return { ...{ 'api-key': faker.string.uuid() }, ...(data || {}), } } /** * @description The current webhook subscription */ export function createGetV1WebhookSubscription200(data?: Partial<GetV1WebhookSubscription200>): GetV1WebhookSubscription200 { return { ...{ url: faker.string.alpha(), auth_token: faker.string.alpha() }, ...(data || {}), } } /** * @description No webhook subscription found */ export function createGetV1WebhookSubscription404() { return undefined } export function createGetV1WebhookSubscriptionQueryResponse(data?: Partial<GetV1WebhookSubscriptionQueryResponse>): GetV1WebhookSubscriptionQueryResponse { return data || faker.helpers.arrayElement<any>([createGetV1WebhookSubscription200()]) }

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/chrisdoc/hevy-mcp'

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