Hacker News new | ask | show | jobs
by dyeje 3308 days ago
What kind of API? Generated code or a web endpoint or something else?
1 comments

A web endpoint. So think of an HTTP endpoint where the request body gets turned into the input data and the query parameters become available to be used/mapped anywhere in the pipeline. It makes the integrations pretty dynamic.