github3api

An advanced REST and GraphQL client for the GitHub API.

APACHE-2.0 License

Downloads
709
Stars
14
Committers
1

Bot releases are hidden (Show)

github3api - v0.3.2 Latest Release

Published by soda480 7 months ago

  • fix retry rate limit error
  • use pyb code coverage
github3api - v0.3.1

Published by soda480 over 2 years ago

  • add ability to build against all targeted Python versions
github3api - v0.3.0

Published by soda480 almost 3 years ago

  • rest3client now implements paging for link headers
  • update codiga badge
github3api - v0.2.0

Published by soda480 about 3 years ago

  • Update build for Python 3.9
github3api - v0.1.2

Published by soda480 about 3 years ago

  • Add graphql api
github3api - v0.1.1

Published by soda480 over 3 years ago

  • Refactor how total is computed
github3api - v0.1.0

Published by soda480 over 3 years ago

  • Added total method to compute total number of resources at a given endpoint
github3api - v0.0.9

Published by soda480 over 3 years ago

  • Update get_page to yield page and not every element of page
  • Leverage request session link header
github3api - v0.0.8

Published by soda480 over 3 years ago

  • Update build add pybuilder plugins for radon and bandit
github3api - v0.0.7

Published by soda480 over 3 years ago

  • Added version parameter for GitHub API version - defaults to v3
  • Temporarily disabled retry chunkedencodingerror
github3api - v0.0.6

Published by soda480 over 3 years ago

  • Update build meta-data to use readme for PyPi long description
github3api - v0.0.5

Published by soda480 over 3 years ago

  • Fix build meta-data for PyPi
github3api - v0.0.4

Published by soda480 over 3 years ago

  • Add build meta-data
  • Add retry for ChunkedEncodingError
github3api - v0.0.3

Published by soda480 over 3 years ago

github3api - v0.0.2

Published by soda480 about 4 years ago

  • refactor retry logic
github3api - v0.0.1

Published by soda480 about 4 years ago

  • Initial release