@bloom/sdk
v0.1.0
Published
HTTP/server SDK for the Bloom API
Downloads
36
Readme
@bloom/sdk
HTTP/server client for the Bloom API.
import { Bloom } from "@bloom/sdk";
const bloom = new Bloom({ apiKey: process.env.BLOOM_API_KEY! });
const identity = await bloom.auth.whoami();