Skip to content
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

{"Message":"New webhook endopint created.","HookUrl":"https://localhost/hook/test"}

Clone this wiki locally