This PR resolves #11 to expose RestSharp connection errors such as timeouts. It also introduces custom global timeouts when instantiating the API client:
var client = new TaxjarApi("API_TOKEN", new {
apiUrl = "https://api.taxjar.com",
timeout = 30
});
This PR resolves #11 to expose RestSharp connection errors such as timeouts. It also introduces custom global timeouts when instantiating the API client: