tap-rest-api-msdk
tap-rest-api-msdk copied to clipboard
`tap-rest-api-msdk` is a Singer tap for generic rest-apis, built with the Meltano SDK for Singer Taps.
Please add support for 3.12.
Hello, There are some APIs that don't have a next page identifier in the response, the only way is to keep querying until a manual limit or until the API...
Hi! I have 2 streams X and Y. My stream Y depends on X, i.e Y will iterate over all IDs that I got from X's stream. How do i...
See title. Would you welcome a PR that includes basic support for them? Nice job on the tap :)
Me and my team were facing an issue with the pagination method. What's going on is that we've tried to use style1 as a pagination method but that isn't working....
Hello, How to setup paginiation this is the response { "transactions": [{...}], "meta": { "current_page": 1, "next_page": 2, "prev_page": null, "total_pages": 3, "total_count": 210, "per_page": 100 } } This is...
Originally, I was using Python 3.10 and got the following error after running `meltano add extractor tap-rest-api-msdk`: ``` > meltano add extractor tap-rest-api-msdk 2022-07-16T13:18:49.991587Z [info ] Environment 'dev' is active...
Current PR #4 requires multiple authentication information, per stream. It is often the case that the authentication information is the same for streams that are grouped together in a project/pipeline,...