{"_id":"@basehub/santiago.test","name":"@basehub/santiago.test","dist-tags":{"latest":"0.0.1"},"versions":{"0.0.1":{"name":"@basehub/santiago.test","description":"SDK client for basehub.ai GraphQL API","version":"0.0.1","main":"./dist/index.js","types":"./dist/index.d.ts","sideEffects":false,"keywords":["basehub.ai","graphql","sdk","typescript","genql"],"homepage":"https://basehub.ai","dependencies":{},"_id":"@basehub/santiago.test@0.0.1","_nodeVersion":"18.16.0","_npmVersion":"9.5.1","dist":{"integrity":"sha512-hKc9sTpKgJuzfOL7R/LBC1xrEivIh5eiywaj4cp79Niqx+xp7PM4qzYs21MsOzwGiuPqckJnMRah8yUEXaCffA==","shasum":"af256bc96f3789817002b56cb4aebbcaa4d08639","tarball":"https://registry.npmjs.org/@basehub/santiago.test/-/santiago.test-0.0.1.tgz","fileCount":55,"unpackedSize":142099,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCbsI/A7mtPKfqAz6NDhQ4KqNwK6PE/8H4EB1gvjjVhBwIhAMpOKEbiUyJAiXMY/0hj2ZoKSwdzHbgYLoEX2FXamyz9"}]},"_npmUser":{"name":"bsmnt","email":"jb@basement.studio"},"directories":{},"maintainers":[{"name":"julianbenegas","email":"julianbenegas99@gmail.com"},{"name":"bsmnt","email":"jb@basement.studio"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/santiago.test_0.0.1_1689789604285_0.9179868323024016"},"_hasShrinkwrap":false}},"time":{"created":"2023-07-19T18:00:03.873Z","0.0.1":"2023-07-19T18:00:04.583Z","modified":"2023-07-19T18:00:04.969Z"},"maintainers":[{"name":"julianbenegas","email":"julianbenegas99@gmail.com"},{"name":"bsmnt","email":"jb@basement.studio"}],"description":"SDK client for basehub.ai GraphQL API","homepage":"https://basehub.ai","keywords":["basehub.ai","graphql","sdk","typescript","genql"],"readme":"\n\nTypeScript SDK for [https://basehub.ai](https://basehub.ai).\n\n<b>Features</b>\n\n- No codegen needed\n- Type completion & Type validation\n- No dependency on `graphql`\n- Works in browser, Node, Deno, Cloudflare workers, Bun and more\n\n## Usage\n\n```ts\nimport { createClient } from '@basehub/santiago.test'\n\nconst client = createClient({ token: process.env.BASEHUB_TOKEN })\n\nclient\n  .query({\n    _sys: {\n      hash: true,\n      id: true,\n      slug: true,\n    },\n  })\n  .then((data) => console.log(JSON.stringify(data, null, 2)))\n\nclient\n  .query({\n    untitled: {\n      _sys: {\n        createdAt: true,\n        hash: true,\n        id: true,\n      },\n      untitled: {\n        alt: true,\n        fileName: true,\n        fileSize: true,\n      },\n    },\n  })\n  .then((data) => console.log(JSON.stringify(data, null, 2)))\n\n\n```\n\nThis client has been generated with [Genql](https://genql.dev/), you can read more about usage and features [here](https://genql.dev/docs).\n\n## Support\n\nContact [support@basehub.ai](mailto:support@basehub.ai) for any feedback or questions.\n\n","readmeFilename":"README.md"}