MCPcopy Create free account
hub / github.com/Open-Dev-Society/OpenStock / KitConfig

Interface KitConfig

lib/kit.ts:3–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1const KIT_API_URL = 'https://api.kit.com/v4';
2
3interface KitConfig {
4 apiKey: string;
5 apiSecret: string;
6}
7
8const getConfig = (): KitConfig => {
9 const apiKey = process.env.KIT_API_KEY;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected