Replace the implementation of the HTTP calls with the native `HttpClient` API
ggalmazor opened this issue · 0 comments
ggalmazor commented
Java11 (Java9 really) introduces a new modern API to make HTTP calls which enables us to get rid of the Google API's HTTP client third-party libraries.
This is important because it would lead to a simpler, and easier to integrate client.