🚀 DAY 5 OF LAUNCH WEEK: Introducing Socket Firewall Enterprise.Learn more →
Socket
Book a DemoInstallSign in
Socket

@bunchof/testing-team-slug.project-slug

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bunchof/testing-team-slug.project-slug

SDK client for basehub.ai GraphQL API

latest
npmnpm
Version
0.0.1
Version published
Maintainers
1
Created
Source

TypeScript SDK for https://xmorse.xyz.

Features

  • No codegen needed
  • Type completion & Type validation
  • No dependency on graphql
  • Works in browser, Node, Deno, Cloudflare workers, Bun and more

Usage

import { createClient } from '@bunchof/testing-team-slug.project-slug'


const client = createClient({ token: process.env.BASEHUB_TOKEN })


client
  .query({
    sdf: {
      sdf: true,
      sys: {
        id: true,
        lastModified: true,
        title: true,
      },
    },
  })
  .then((x) => console.log(JSON.stringify(x, null, 4)))



client
  .query({
    sys: {
      id: true,
      slug: true,
      title: true,
    },
  })
  .then((x) => console.log(JSON.stringify(x, null, 4)))


This client has been generated with Genql, you can read more about usage and features here.

Support

Contact support@basehub.ai for any feedback or questions.

Keywords

basehub.ai

FAQs

Package last updated on 28 Apr 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts