This PR replaces a direct call to HTTParty with the HttpClient included by this library. Whilst this doesn't change much from a consumer's perspective, internally it means a monkey patch on HttpClient to use the internal domain covers all HTTP requests originating from this library.
How has this been tested?
At the moment, just the unit tests in this project.
Checklist:
[x] My commit message follow the pattern described in here
[x] I have performed a self-review of my own code.
[ ] I have added tests that prove my fix is effective or that my feature works.
RE: #1235
Description
This PR replaces a direct call to HTTParty with the HttpClient included by this library. Whilst this doesn't change much from a consumer's perspective, internally it means a monkey patch on HttpClient to use the internal domain covers all HTTP requests originating from this library.
How has this been tested?
At the moment, just the unit tests in this project.
Checklist: