UNPKG

@banked/node

Version:

Node.js library for the Banked API

9 lines (6 loc) 188 B
import { getClient } from "../util/client"; const create = webhookRequest => { const client = getClient(); return client.post("/webhooks", webhookRequest); }; export default create;