Hello, I am using `tap-rest-api-msdk` (widen varia...
# troubleshooting
j
Hello, I am using
tap-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?
r
Doesn't look like there is currently - you could open an issue to request it as a feature?
1
ty 1
e
to export results
This 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.
👍 1
j
@Edgar Ramírez (Arch.dev) The api call returns a json object so I believe that is fine
👍 1