Skip to content

ChangeLog

Calder White edited this page Jul 28, 2016 · 2 revisions

v1.0.0

  • create user object : github_api.Github(oauth_token)
  • commit files : github_api.GitHubUser(oauth_token).commit_file(self,path,msg,file,branch,name,print_status=False)
  • check if an oauth token is stored (if so, use it) and if not the authenticate and store it : github_api.check_oauth_token()
    *Note : this package uses the ghAuth module from my other project : myGitFolio
Clone this wiki locally