aiogithubapi

Asynchronous Python client for the GitHub API

MIT License

Downloads
12.1K
Stars
23
Committers
6

Bot releases are hidden (Show)

aiogithubapi - 2.0.0

Published by ludeeus about 4 years ago

  • Adds OAuth device flow
  • Adds new site for documentation https://aiogithubapi.netlify.app/
  • Internal methods/functions have moved if you used that you might need to adjust your code.
aiogithubapi - 1.1.2

Published by ludeeus about 4 years ago

  • Fix commit response (#9)
aiogithubapi - 1.1.1

Published by ludeeus about 4 years ago

aiogithubapi - 1.1.0

Published by ludeeus about 4 years ago

  • Add CI on pull_request
  • Implements get_last_commit and AIOGitHubAPIRepositoryCommit (#5)
  • Use nested objects where possible (#6)
  • Add generator to create objects with fixture and tests (#7)
  • Add traffic with views and clones (#8)
  • Adds attributes to the repository object (#4)
aiogithubapi - 1.0.4

Published by ludeeus over 4 years ago

aiogithubapi - 1.0.3

Published by ludeeus over 4 years ago

aiogithubapi - 1.0.2

Published by ludeeus over 4 years ago

aiogithubapi - 1.0.1

Published by ludeeus over 4 years ago

aiogithubapi - 1.0.0

Published by ludeeus over 4 years ago

Release time 🎉

This release contains several breaking changes, so if you used this package I'm sorry!
Example usage can be gathered from the tests under tests/

With this version, there is now 100% test coverage of the package
With this version, it will no longer query rate limits for every request (contributed by @nickvanw in #2)

Full changelog

aiogithubapi - 0.5.0

Published by ludeeus over 4 years ago

Adds get_tree to repository

aiogithubapi - 0.4.3

Published by ludeeus almost 5 years ago

Fixes issue getting ratelimit values

aiogithubapi - 0.4.2

Published by ludeeus about 5 years ago

aiogithubapi - 0.4.1

Published by ludeeus about 5 years ago

aiogithubapi - 0.4.0

Published by ludeeus about 5 years ago

Adds get_rendered_contents

aiogithubapi - 0.3.0

Published by ludeeus about 5 years ago

aiogithubapi - 0.2.0

Published by ludeeus about 5 years ago

aiogithubapi - 0.1.0

Published by ludeeus about 5 years ago

Initial release