I am very new to GitHub. So, please excuse me if my questions are silly.
- What language should we use to create a WebHook? (only Go?)
- What exactly goes inside a WebHook? I mean what logic?
- How to host a WebHook?
- What platforms (Windows, Linux) support hosting a WebHook?
- What are the prerequisites for creating & hosting/deploying a WebHook?
- Are there any sample WebHooks which I can go thru to learn and understand and try it on my own? I did see an example of a webhook at https://github.com/adnanh/webhook, but couldn’t understand much since it is written in Go language.
- How to use / consume this with an example?
I would really appreciate if anyone can help me with these.