Jacob Duckett
Jacob Duckett
Ok, I can skip the load method for now until we figure out a better strategy. It might be that _apps can be refactored at some point to move the...
For the `.info` property I'm just calling `self._http_conn.GET('/')` and that seems to be working fine, but I'm unsure what to do in the cases that the Folder is the root...
I've also seen multiple cases where a `File` object is referred to as a domain. I had made a mistake in my original post and would like to add methods...
Ok, I've got the constructor storing the relevant information from the GET into hidden attributes that get called from `.info` now. It may be that the `lastModified` attribute needs to...
I'm fine with that considering it's hitting the `/domains` endpoint, `domains` would be more transparent.
Considering the naming conventions I'm leaning towards just making a property for `folders` and `domains` that return a generator for each object class. Users can convert them to lists if...