MCPcopy Create free account
hub / github.com/Linen-dev/linen.dev /

Class

apps/web/services/vercel.ts:7–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5const BASE_URL = 'https://api.vercel.com';
6
7export default class Vercel {
8 static getDomain = async (domain: string): Promise<any> => {
9 const response = await fetch(
10 `${BASE_URL}/v5/domains/${domain}?teamId=${TEAM_ID}`,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected