# Fillout REST API SDK

TypeScript SDK for the Fillout REST API.

## Installation

```bash
npm install @microfox/fillout
```

## Environment Variables

To use this package, you need to set the following environment variables:

- `FILLOUT_API_KEY`: Fillout API Key ** (Required)**

## API Reference

For detailed documentation on the constructor and all available functions, please refer to the following files:

- [**FilloutSDK** (Constructor)](./docs/FilloutSDK.md): Initializes the client.
- [getForms](./docs/getForms.md)
- [getFormMetadata](./docs/getFormMetadata.md)
- [getAllSubmissions](./docs/getAllSubmissions.md)
- [getSubmissionById](./docs/getSubmissionById.md)
- [deleteSubmissionById](./docs/deleteSubmissionById.md)
- [createWebhook](./docs/createWebhook.md)
- [removeWebhook](./docs/removeWebhook.md)
- [createSubmissions](./docs/createSubmissions.md)

