Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 785 Bytes

File metadata and controls

27 lines (17 loc) · 785 Bytes

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.