Fastai Ghapi Versions Save

A delightful and complete interface to GitHub's amazing API

1.0.3

1 year ago

New Features

  • add authenticate arg which allows unauthenticated GhApi clients even if GITHUB_TOKEN is set (#150), thanks to @seeM

1.0.1

1 year ago

New Features

  • warn if no GitHub token found (#145)
  • set GITHUB_DEBUG=1 to print requests sent to GitHub

1.0.0

1 year ago

New Features

  • add delete_file and create_file (#143)
  • Add a "Documentation" link to the sidebar on PyPI (#106), thanks to @nedbat
  • Add support for media types (#102), thanks to @lfdebrux

Bugs Squashed

  • Fix links to GitHub docs (#136), thanks to @hwine

0.1.23

1 year ago

New Features

  • add delete_file and create_file (#143)
  • Add a "Documentation" link to the sidebar on PyPI (#106), thanks to @nedbat
  • Add support for media types (#102), thanks to @lfdebrux

Bugs Squashed

  • Fix links to GitHub docs (#136), thanks to @hwine

0.1.21

1 year ago

Bugs Squashed

  • fix create_gist

0.1.20

2 years ago

New Features

  • add create_gist (#129)

Bugs Squashed

  • HTTP Error 422: Unprocessable Entity returned for issues.add_labels in version 0.1.17 (#69)

0.1.19

2 years ago

New Features

  • Remove need to URL-quote some parameters (#54)

0.1.18

2 years ago

Bugs Squashed

  • HTTP Error 422: Unprocessable Entity returned for issues.add_labels (#69)

0.1.17

2 years ago

Bugs Squashed

0.1.15

3 years ago

New Features

  • make actions_group a context manager (#33)