Skip to content

shawncrosby/CollabClient

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wrapper for common commands in code collaborator

	from collab.CodeCollab import CodeCollabClient
	cc = CodeCollabClient()
	reviewid = cc.create_collab('My code review', 'A little bit of code to make you scratch your head')
	with open('diff_file.diff', 'r') as f:
		cc.add_diffs(reviewid, f.read())
	cc.add_reviewers(reviewid, 'hacker', 'hackreviewer,jobreviewer')
	
Pretty much it.

Test

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages