Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 569 Bytes

TODO.rst

File metadata and controls

30 lines (20 loc) · 569 Bytes

TODO

High priority

(In order of priority)

github3.api

  • Add anonymous functionality for more areas of the API

github3.*

  • 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 ''.

Low priority

(In order of priority)

logging -- Planned

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.