Hi all, me again :slightly_smiling_face: I have a...
# singer-tap-development
e
Hi all, me again 🙂 I have an API that deals with, lets say, products. One of the endpoints is a generic “list all products” endpoint which contains some basic details such as
id
,
created_at
, etc. However, most of the details of these products are behind a “get specific product” with an endpoint of
products/:id
. I would like to capture all of this in my tap under one “products” stream. Is this possible? If so, are there any examples? 😄