I have a REST API that has a 'download' report pat...
# singer-tap-development
j
I have a REST API that has a 'download' report pattern: • Hit the API to trigger a report • Poll an endpoint to see when the report is ready • Hit another endpoint to get a download URL • Download a CSV/JSON from that URL I'm pretty sure the answer is no, but is there any way to use the SDK to handle this pattern? This is for an existing tap I've built using the SDK (where all of the other endpoints follow a standard REST pattern, eg the data is returned directly with pagination etc)