Closed cwinters8 closed 1 year ago
Client.httpRequest
is now Client.HttpRequest
, but the url parameter should still be deprecated.
I think url arg could be useful in cases of using the client to make http requests that are not to the jmap APIURL, so not fixing for now.
The
url
argument in theClient.httpRequest
method is redundant. Remove the arg and usec.Session.APIURL
instead.