Closed samrocketman closed 11 years ago
You need to call the "group" and "project" functions (all lowercase) as opposed their constructors (alternatively, get_group/get_project). e.g. git.group(43).delete(), git.project(185).delete().
I should probably either make that usage work or throw an error.
That did it. It works :godmode:
Now that I actually start using it I encountered an issue for Group. About to test project.
And now for project...