Skip to content

hivesolutions/github-api

Repository files navigation

Standard GitHub API implementation in python.

Configuration

Name Type Default Description
GITHUB_USERNAME str None The username to be used in the authentication with the GitHub API.
GITHUB_PASSWORD str None The password to be used in the authentication with the GitHub API.
GITHUB_ID str None While using OAuth provides a way to define the client identifier.
GITHUB_SECRET str None While using OAuth provides a way to define the client secret.
GITHUB_REDIRECT_URL str None To be used in the OAuth process as the target redirect URL.
GITHUB_TOKEN str None If defined allows a statically generated OAuth Token to be used.

License

GitHub API is currently licensed under the Apache License, Version 2.0.

Build Automation

Build Status Coverage Status PyPi Status License

About

Standard GitHub API implementation in Python

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages