Are default parameters being set somewhere before I create a request? The behavior I would expect is that any parameters in the URL or set through POST data would be persistent for all requests unless specifically overwritten.
What I am experiencing is a little different. The API methods need me to set these parameters with each request.
Is there a standard way of accomplishing this?