easypost-csharp icon indicating copy to clipboard operation
easypost-csharp copied to clipboard

EasyPost Shipping API Client Library for .NET and .NET Framework applications

Results 16 easypost-csharp issues
Sort by recently updated
recently updated
newest added

# Description - Services (static functions) called via a property of a Client object - Non-static functions called via an instance of an object - Files re-organized for better readability...

# Description - Parse fixture JSON from submodule into dictionaries - Unit tests updated to use new fixture data - Tweaked some bad unit test values - Re-recorded all cassettes...

The current implementation of easypost-csharp uses a ClientManager that is a static class, and thus is a Singleton and not thread safe because it stores the apiKey. Currently, the apiKey...

enhancement
proposal
breaking change
triage

# Description - Built-in backoff retry logic to automatically retry HTTP calls when retrieving specific status codes - Credit to the Polly library that handles this, and [this thread](https://github.com/restsharp/RestSharp/issues/735) for...

# Description - Add support for using a proxy for HTTP traffic - Users can pass in a proxy configuration when initializing a client. Client will use this proxy when...

We have a few customers that do not have direct Internet connection from their shipping machines because of company polices and instead are using local network proxy servers to communicate...

enhancement
proposal
triage

# Description - Fix bug where customs items were not being created if included in a customs info creation request # Testing - New unit test to confirm function works...

# Description # Testing # Pull Request Type Please select the option(s) that are relevant to this PR. - [ ] Bug fix (non-breaking change which fixes an issue) -...

### Feature Request Is New - [X] I have verified that the requested feature does not already exist or has not already been requested. ### Description of the feature In...

triage

# Description - Update carrier account creation/update functions to account for new UPS endpoint without introducing new functions - Add/rework parameter sets for UPS carrier account creation to accommodate new...