Change: build_http_request method refactor
This change will deprecate httplib2 changing by requests, this stands to get compliance with tlsv1.2 because our current library uses tlsv1.0 (insecure version of transfer layer secutiry) by default, and is an immutable setup.
By using requests it uses your local tls version 1.2 as standard
Change: build_http_request method refactor This change will deprecate
httplib2
changing byrequests
, this stands to get compliance with tlsv1.2 because our current library uses tlsv1.0 (insecure version of transfer layer secutiry) by default, and is an immutable setup. By using requests it uses your local tls version 1.2 as standardissue