API clients and shared HTTP primitives.
| Package | Description |
|---|---|
@theholocron/http-client |
Shared HTTP primitives — createRestClient, createResolveToken, ProviderApiError |
@theholocron/clerk-client |
TypeScript client for the Clerk Backend API |
@theholocron/confluence-client |
TypeScript client for the Confluence API |
@theholocron/doppler-client |
TypeScript client for the Doppler API |
@theholocron/github-client |
TypeScript client for the GitHub REST API |
@theholocron/google-client |
TypeScript client for Google Workspace (Docs, Sheets) |
@theholocron/infisical-client |
TypeScript client for the Infisical API |
@theholocron/jira-client |
TypeScript client for the Jira REST API |
@theholocron/neon-client |
TypeScript client for the Neon API |
@theholocron/postman-client |
TypeScript client for the Postman API |
@theholocron/vercel-client |
TypeScript client for the Vercel API |
@theholocron/zendesk-client |
TypeScript client for the Zendesk API |
This repo uses pnpm workspaces and Turbo.
pnpm install # install all deps
pnpm build # build all packages
pnpm test # test all packages
pnpm typecheck # typecheck all packages
pnpm lint # lint all packagesReleases are automated via semantic-release on push to main. All packages are versioned and published in lockstep. See CHANGELOG.md for the release history.