tap-rest-api icon indicating copy to clipboard operation
tap-rest-api copied to clipboard

Singer.io tap for generic Rest API

Results 7 tap-rest-api issues
Sort by recently updated
recently updated
newest added

With URL & bookmark keys per stream

Running tap within Meltano. Specifically the following command `meltano invoke tap-rest-api --infer_schema` or `meltano select --list --all tap-rest-api`. I have the following `meltano.yml`: ``` version: 1 send_anonymous_usage_stats: false elt.buffer_size: 52428800...

This project seems like a good candidate to implement using an OpenAPI-standard specification as an input schema for generation of Singer models. i.e. Taking the JSON generation one step further...

Creating this ticket to help scope and track effort of moving to the SDK for Taps, sponsored by Meltano and documented here: https://sdk.meltano.com

This particular API I'm dealing with (aXcelerate) requires that some requests be sent as POSTs. Could the request type be set in the config?

enhancement

Currently, tap-rest-api doesn't fully support OAuth. It can customize the header, so if the developer can manually obtain the token and if it does not expire, the tap still works...

enhancement

Some Rest API paginate with a dynamically generated next page URL/key included in the precedent response. We need to be able to identify such entry from the response and use...

enhancement