-
Notifications
You must be signed in to change notification settings - Fork 4
Getting Started
Igor Balos edited this page Jun 18, 2018
·
9 revisions
Getting started with Sinhook is very easy. In order to start, run the following commands on your local machine in the root folder of the Sinhook application:
bundle install
rackup -p 8888
This should start up the application on your side and you should be able to access it with call like:
curl -X POST https://localhost/hook/generate?name=test
With that call you generated a new webhook test URL, and you should see a response message like this:
{"Message":"New webhook endopint created.","HookUrl":"https://localhost/hook/test"}
You should be ready now to use the sinhook app, feel free to checkout wiki pages in more detail to see what you can do with the app.
Sinhook web hook testing app.