Ryan Tse
Results
1
issues of
Ryan Tse
When creating a RestConnection by passing a Client object, the endpoint URL set in the client is ignored. Specifically, this call: ```` public RestConnection(Client client) throws SparkPostException { this(client, ""...