roccomuso / node-webhooks

:arrow_right_hook: Node.js module to create and trigger your own webHooks.
190 stars 47 forks source link

Call GET Function #15

Open cheasan opened 6 years ago

cheasan commented 6 years ago

Correct me if m wrong, I saw that the function accepts only POST request. I wonder if there is a way to specify URL method.

roccomuso commented 6 years ago

You're right (index.js#L107). In the current version there's no way to specify a different HTTP method.