Dwolla / dwolla-v2-csharp

Official C# Wrapper for Dwolla's API
https://developers.dwolla.com
MIT License
12 stars 15 forks source link

Return RestResponse.Error instead of throwing, upgrade dependencies #24

Closed therockstorm closed 6 years ago

therockstorm commented 6 years ago

@ithielnor This PR is noisy since I did a bunch of refactoring, but the README should give a rundown of the breaking changes. There are interface changes and a functional change: clients must check the RestResponse.Error explicitly since DwollaClient no longer throws an exception. Since you've been the most involved partner with this SDK, I wanted to run it by you before merging.

ithielnor commented 6 years ago

Ok. Thanks for the heads up. I can work with that.