podio / podio-dotnet

Podio .NET client
MIT License
19 stars 39 forks source link

Cannot mock Podio #55

Open Korushdev opened 4 years ago

Korushdev commented 4 years ago

Podio does not use interfaces or have virtual methods therefore i cannot mock the library easily. Obviously there are workarounds etc such as wrapping the calls in a repository type of class however this would be a lot of unnecessary work.

Happy to submit a pull request if the author is happy to review and merge into the master