Hooks
Syncd hooks allow you to never have to interact directly with a third party REST API’s again.
This is proudly open source. Check it out here
Choose your preferred package manager to install the SDK:
How it works?
Each provider has a series of quirks
that make it difficult to maintain and interact with. We’ve abstracted all of that away so you can focus on building your product.
For example
Let’s say you are creating GitHub
webhook, to interact with the GitHub REST API you need to provider your user a dropdown list of all the organizations they are a part of. Usually you would have to make a request to the GitHub API to get this information, which means looking up the docs (which are HUGE, and different providers have different standards for docs). With Syncd, we’ve abstracted all of that away so you can just do this: