0.3.0 • Published 4 months ago

cafe24-webhook-utils v0.3.0

Weekly downloads
-
License
MIT
Repository
-
Last release
4 months ago

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.

0.3.0

4 months ago

0.2.0

4 months ago

0.1.1

6 months ago