TeleSign / csharp_telesign

The Telesign C# SDK lets you easily integrate with our REST API.
MIT License
13 stars 32 forks source link

interface for testability #19

Closed ammaraltahan closed 5 years ago

ammaraltahan commented 7 years ago

It would really help if you wrap all service rest clients with interfaces so that consumers of your code can properly test/mock the service.

Please look at my pull request, I added an interface for the VerifyService, the pull request was made on a previous version of the code, but I mentioned it only as an example.