Hello! I’m developing a tap and for the API that I...
# singer-tap-development
j
Hello! I’m developing a tap and for the API that I’m using I need to first POST a request, wait for the report to be generated and then GET the data from the API I already implemented the authenticator method and it is working fine, I can get the data from existing reports, but now I’m implementing the report generation, for that, I want to reuse the authorization token used by the stream, I’m wondering how can I use the APIKeyAuthenticator to run the POST method. Can someone share an example of a tap that does it?