cafe24-webhook-utils
v0.3.0
Published
Utilities for Cafe24 Webhook.
Downloads
7
Readme
cafe24-webhook-utils
This package contains utilities for Cafe24 Webhook.
Installation
npm i cafe24-webhook-utils
Usage
import { OnAppExpired } from 'cafe24-webhook-utils';
app.someWebhookHandler = async (event: OnAppExpired) => {
// Do something with typed event information.
};
Contributing
Any contribution is welcome! Check out CONTRIBUTING.md and CODE_OF_CONDUCT.md for more information on how to get started.
License
cafe24api-webhook-utils
is licensed under a MIT License.