joe_enser
03/10/2025, 9:18 PMtap-rest-api-msdk
(widen variant) to extract data from an api. The api I’m extracting from requires a POST method to export results. Is there a way to do a POST method using the tap?Reuben (Matatika)
03/10/2025, 11:46 PMEdgar Ramírez (Arch.dev)
03/11/2025, 4:22 AMto export resultsThis makes me think that simply supporting POST in
tap-rest-api-msdk
would not be sufficient. Does the API export the database in a particular format, like CSV?
If so, you'll probably have more luck creating a tap from the ground up, depending on how comfortable you feel programming Python.joe_enser
03/11/2025, 4:56 PM