UNPKG
revolut
Version:
latest (0.0.2)
0.0.2
An API client for revolut
github.com/feliun/revolut
feliun/revolut
revolut
/
playground
/
testWebhooks.js
8 lines
(6 loc)
•
183 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
const
assert =
require
(
'assert'
);
module
.
exports
=
(
{ webhooks }
) =>
webhooks.
setup
(
'https://localhost:3000/myendpoint'
) .
then
(
(
result
) =>
{
console
.
log
(result); });