Why wrapping 3rd-party calls to external services is always a good idea
– lukapeharda.com - submitted by Luka Peharda
When using a 3rd-party package that makes calls (or API requests) to an external service it is always a good idea to wrap 3rd-party service with a thin wrapper (Facade).
Read more [lukapeharda.com]