Skip to main content
Glama
createPostWorkoutsRequestSet.ts808 B
/** * Generated by Kubb (https://kubb.dev/). * Do not edit manually. */ import type { PostWorkoutsRequestSet } from '../types/PostWorkoutsRequestSet.ts' import { faker } from '@faker-js/faker' export function createPostWorkoutsRequestSet(data?: Partial<PostWorkoutsRequestSet>): PostWorkoutsRequestSet { return { ...{ type: faker.helpers.arrayElement<NonNullable<PostWorkoutsRequestSet>['type']>(['warmup', 'normal', 'failure', 'dropset']), weight_kg: faker.number.float(), reps: faker.number.int(), distance_meters: faker.number.int(), duration_seconds: faker.number.int(), custom_metric: faker.number.float(), rpe: faker.helpers.arrayElement<NonNullable<PostWorkoutsRequestSet>['rpe']>([6, 7, 7.5, 8, 8.5, 9, 9.5, 10]), }, ...(data || {}), } }

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