Comment on Launch HN: Nango (YC W23) – Source-available unified APIparentComments−bastienbeurier2yIt does!Because Nango lets you define input & output models of integrations, it's easy to standardize them across APIs.So, when syncing users from Slack/Discord/Teams, you define a standard User model, and all 3 integrations map to this model.You then consume User objects from a unified endpoint, regardless of where they come from.
Comments
It does!
Because Nango lets you define input & output models of integrations, it's easy to standardize them across APIs.
So, when syncing users from Slack/Discord/Teams, you define a standard User model, and all 3 integrations map to this model.
You then consume User objects from a unified endpoint, regardless of where they come from.