How it works?
Each provider has a series ofquirks
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 creatingGitHub
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: