HubSpot / hubspot-cli

A CLI for HubSpot
https://developers.hubspot.com
Other
154 stars 60 forks source link

Handle axios response returned from API modules. #1119

Closed camden11 closed 2 months ago

camden11 commented 3 months ago

Description and Context

See https://github.com/HubSpot/hubspot-local-dev-lib/pull/167 and https://git.hubteam.com/HubSpot/hubspot-cli-issues/issues/605

Now that we're returning the full axios response from API modules, the CLI needs to be updated to handle the response. Since the CLI doesn't use the http module directly, I think these changes should be exhaustive.

TODO

Test everything a lot!

@brandenrodgers @kemmerle @joe-yeager