Jay Lee
Jay Lee
I think this is merged and released but not fully documented. Am I missing something?
Also worth noting, I believe most of the features have hit v1 so if possible we should switch to v1.
``` $ curl -s 'https://cloudidentity.googleapis.com/$discovery/rest?version=v1' | grep SecuritySettings "SecuritySettings": { "id": "SecuritySettings", "updateSecuritySettings": { "$ref": "SecuritySettings" "id": "cloudidentity.groups.updateSecuritySettings", "getSecuritySettings": { "id": "cloudidentity.groups.getSecuritySettings", "$ref": "SecuritySettings" ``` it does as far as...
@taers232c if we could get gam.py split out it'd make PRs easier and less likely to conflict on merge. For example, if you were doing OAuth changes and they were...
I just pushed: https://github.com/jay0lee/GAM/commit/e1d76a93c9e103d8ad0d7d8fbb2ea2a15df43866 which is an attempt to start breaking the actual GAM command functions into their own file. I expect that this will roughly equate to one file...
The error is on Google's side. They seem to no longer accept pending as a possible status. I'd guess requests just start at inProgress and then move to completed or...
I'm open to doing this but it's going to take some work. Rough thoughts: - I'm somewhat embarrassed by argument parsing in GAM today. sys.argv[i] all over everywhere is just...
Ross, let's keep the discussion public please.
Again, it was a very early decision on my part with GAM to not use something like argparse so that GAM could have what I felt would be a more...
Also being open source and fairly self contained offers a decent workaround to "backward compatible". If you want backward compatability, use the old version :-) If you need new APIs...