Jay Lee
Jay Lee
I'm not totally convinced this is the way to go for low memory handling. It works fine if the returned data is iterated over but as soon as you try...
Right that's easy enough but getting it into a generic function would make it easier to use elsewhere without all the API error handling. On Thu, Sep 15, 2022, 6:31...
yield is a good idea. It does mean we end up waiting for a page to be processed locally before we get the next page so it's not necessarily faster....
WSL is not being tested today and thus I cannot guarantee it works. My recommendation would be to either run the Windows version or setup a full Linux server (not...
This should be fixed in GAM 6.30 released today.
I'm open to an optional ability to store credentials in keyring. I don't think we can make it required/default as many GAM installations run unattended on servers.
PoC Python script that encrypts / decrypts files based on a password. On encrypt we save the results to a .enc file. On decrypt (when a file ending in .enc...
How about: ``` gam print course-invitations ``` with options to set course / user and limit the results. This would be pretty similar to: https://github.com/jay0lee/GAM/blob/master/src/gam/__init__.py#L2482 uninvite would be same syntax...
Which command are you referring to? On Sun, Oct 11, 2020, 8:21 AM Ross Scroggs wrote: > Unfortunately, the discovery document is not up to date, it doesn't > include...
I think you're confusing searchTransitiveGroups and searchTransitiveMemberships. search transitive groups will return all groups a given user is a direct or indirect member of. The query parameter specifies the given...