I am working on a tap that uses different paging a...
# singer-tap-development
s
I am working on a tap that uses different paging and response object names for each endpoint. Is the intent of
client.py
to handle each streams parsing and post-processing conditionally within
client.py
or to break it out by stream in
streams.py
?