(In order of priority)
- Add anonymous functionality for more areas of the API
- Add sensible defaults to all attributes instead of just using None, e.g.,
if the user is expecting a string but there is no data to provide, return
''
.
(In order of priority)
I need to determine if there is a desire for logging and where it would be most useful. I would probably take a cue from urllib3 in this instance.