{"_id":"@alphadezede/api-client","name":"@alphadezede/api-client","dist-tags":{"latest":"0.1.0"},"versions":{"0.1.0":{"name":"@alphadezede/api-client","version":"0.1.0","description":"Public TypeScript client for the AlphaZede Sports API.","type":"module","main":"./dist/index.js","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js"}},"scripts":{"build":"tsc","typecheck":"tsc --noEmit","test":"node --test dist/__tests__/*.test.js","pack-dryrun":"npm pack --dry-run --json"},"keywords":["alphazede","sports","api","sdk","typescript"],"author":{"name":"AlphaZede Sports"},"license":"Apache-2.0","homepage":"https://github.com/alphazede/developers/tree/main/az-sports-dev/packages/api-client#readme","repository":{"type":"git","url":"git+https://github.com/alphazede/developers.git","directory":"az-sports-dev/packages/api-client"},"bugs":{"url":"https://github.com/alphazede/developers/issues"},"engines":{"node":">=20.11.0"},"devDependencies":{"@types/node":"^22.0.0","typescript":"^5.7.0"},"gitHead":"0816fd589b0125737694f17c698c374ac51b86d3","_id":"@alphadezede/api-client@0.1.0","_nodeVersion":"24.16.0","_npmVersion":"11.17.0","dist":{"integrity":"sha512-k/Xk390AhkoQPsNDyR6zOEe4YWIQk1/T7F8sZ4a9H88XBqkF36jcLKc/AeEfanilxPdHM8hg0w26sWTcp04X7w==","shasum":"1bc8d1327d8310314faf88fead31cbdc6e079881","tarball":"https://registry.npmjs.org/@alphadezede/api-client/-/api-client-0.1.0.tgz","fileCount":7,"unpackedSize":24379,"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@alphadezede%2fapi-client@0.1.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQDm2uhBaG+CGTbHvdNcxjWuSQwwn9La1i4/VLcAZwp7cwIhAP3JI4Pt2sH1Wd1iaibcZ4tYCBbSH25ddANwEnHyLkw2"}]},"_npmUser":{"name":"alphadezedesports","email":"1wgrumph@gmail.com"},"directories":{},"maintainers":[{"name":"alphadezedesports","email":"1wgrumph@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/api-client_0.1.0_1782227358404_0.19147690323649402"},"_hasShrinkwrap":false}},"time":{"created":"2026-06-23T15:09:18.272Z","0.1.0":"2026-06-23T15:09:18.567Z","modified":"2026-06-23T15:09:19.026Z"},"maintainers":[{"name":"alphadezedesports","email":"1wgrumph@gmail.com"}],"description":"Public TypeScript client for the AlphaZede Sports API.","homepage":"https://github.com/alphazede/developers/tree/main/az-sports-dev/packages/api-client#readme","keywords":["alphazede","sports","api","sdk","typescript"],"repository":{"type":"git","url":"git+https://github.com/alphazede/developers.git","directory":"az-sports-dev/packages/api-client"},"author":{"name":"AlphaZede Sports"},"bugs":{"url":"https://github.com/alphazede/developers/issues"},"license":"Apache-2.0","readme":"# AlphaZede Sports API Client\n\nTyped TypeScript client for the public AlphaZede Sports API.\n\n```ts\nimport { createAzsClient } from \"@alphadezede/api-client\";\n\nconst azs = createAzsClient({\n  apiKey: process.env.AZS_API_KEY,\n});\n\nconst games = await azs.listGamesBySportAndDate({\n  path: { sport: \"nba\", date: \"2026-04-01\" },\n});\n```\n\nThe package is generated from the public OpenAPI contract and includes only\ncustomer-facing REST helpers. It does not include private app adapters, browser\nsession flows, or internal implementation modules.\n","readmeFilename":"README.md","_rev":"1-8ec7bdd398a6bc5ddc9fcbc7031a36ce"}