Adam Malone
Adam Malone
Thanks @willm - any chance you can link to where this has been patched in Guzzle so I know which version I need to pull in? This might need to...
Interesting idea. I'd probably want to have some kind of formatter class for outputs here so they could be overridden globally. Do you have an example of the data structure...
The best way to implement this would be through the use of a command line option e.g. `--format=json`. What I'm not sure about is whether this should be implemented as...
I've just pushed some code into a new branch https://github.com/typhonius/acquia_cli/pull/129 to test out how this could work. If you could test this out to make sure it matches what you're...
This issue has been moved to #72
Hmm, good question. At an initial glance, I'd say we should try to stick to what would semantically make sense to someone writing a request. With that in mind, I...
Following up from this, we do have a few other endpoints in the account namespace that could benefit from a true/false response e.g. `is-admin`, `is-owner` for applications, teams, and orgs...
I don’t think we can remove uuid because it would break bc. Would this be fixed by adding id as an additional property? I think I would have originally used...
Great news to hear notification UUID is passed back in a header. I always thought looking up the most recent notification (as I do in Acquia cli) was a bit...
I had a first pass at this in #104. I've passed through the response headers by adding them to the body as `_headers` because none of the endpoint classes have...