vmware-labs / marketplace-cli

A CLI for interacting with the VMware Marketplace
Other
11 stars 2 forks source link

CSP HTTP requests should also show debug requests #119

Closed petewall closed 2 years ago

petewall commented 2 years ago

CSP auth does not use the HTTPClient object, which enables debugging.

+: Doing this would enable us to unit test CSP auth code. +/-: Might have to refactor some of the http specific stuff out of the Marketplace code -: Have to make sure it's the same HTTPCLient that's shared between CSP and Marketplace, so the request numbers are consistent