Import 2017-06-07 23:51:09: master 3c044b93

Author Committer Branch Timestamp Parent
mwoehlke mwoehlke master 2014-03-12 14:50:55 master d13e47c0
Changeset

STYLE: Document SlicerWizard/GithubHelper.py

Add documentation for the public API of SlicerWizard.GithubHelper. Also,
fix some code issues revealed in the course of writing the same:

  • CredentialToken class is private; name should start with '_'
  • CredentialToken did not output values added from text input
  • logIn() function doesn't need a repository; it can be optional
  • logIn() was not failing as expected in case of authentication failure
  • getPullRequest() should accept additional criteria

git-svn-id: http://svn.slicer.org/Slicer4/trunk@22978 3bd1e089-480b-0410-8dfb-8563597acbee

mod - Utilities/Scripts/SlicerWizard/GithubHelper.py Diff File