After looking at source code. I tried Overloading ...
# singer-tap-development
r
After looking at source code. I tried Overloading
Copy code
prepare_request(
        self, context: Optional[dict], next_page_token: Optional[Any]
    ) -> requests.PreparedRequest
in my <tap_name>(RESTStream) class. when i tried to print out the request.payload and request.params it threw and error saying no attribute whilst request.url and request.headers printed just fine