Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

Kiln

@kilnai/integration-shared

npm version License: MIT

Shared HTTP utilities for Kiln integration adapters.


Exports

Export Description
buildAuthHeaders() Build authorization headers from a ResolvedCredential
fetchJson() Typed JSON fetch with error handling
IntegrationHttpError Error class with status code and response body

Purpose

Utility package for future raw-fetch adapters. Current SDK-based adapters (Google Calendar, Stripe, Google Sheets) do not depend on this package — they use their provider's official SDK directly.

Install

bun add @kilnai/integration-shared

License

MIT