- Automatically decode response based on path (#183), thanks to @radam9
- Expose timeout #174), thanks to @HarikrishnanBalagopal
- Github now requires branch, author, and committer in file update calls (#184)
- Remove the check which removes
None
values (#171), thanks to @shreve
- add
authenticate
arg which allows unauthenticatedGhApi
clients even ifGITHUB_TOKEN
is set (#150), thanks to @seeM
- warn if no GitHub token found (#145)
- set
GITHUB_DEBUG=1
to print requests sent to GitHub
- add
delete_file
andcreate_file
(#143) - Add a "Documentation" link to the sidebar on PyPI (#106), thanks to @nedbat
- Add support for media types (#102), thanks to @lfdebrux
- fix
create_gist
- add
create_gist
(#129)
HTTP Error 422: Unprocessable Entity
returned forissues.add_labels
in version0.1.17
(#69)
- Remove need to URL-quote some parameters (#54)
HTTP Error 422: Unprocessable Entity
returned forissues.add_labels
(#69)
- Fix ability to define scopes (#53), thanks to @danpalmer
- make
actions_group
a context manager (#33)
text
property forGhEvent
(#23)
- missing import in auth (#21)
- missing webbrowser import (#20)
- Add
load_sample_events
, which loads a file of 1000 sample public events
- add
fetch_events
(#19)
- add
list_tags
andlist_branches
(#2)
GhApi
pickle recursion error (#3)
- First release with full API coverage