FogBugz » FogBugzPy A Python wrapper for the FogBugz API Read More
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.9.1, 0.9.2, and 0.9.3

More comments

Changeset a48e85fe1ac2

Parent 784dd6e27ef3

by Profile picture of User 10Tyler G. Hicks-Wright <tghw@fogcreek.com>

Changes to one file · Browse files at a48e85fe1ac2 Showing diff from parent 784dd6e27ef3 Diff from another changeset...

Change 1 of 1 Show Entire File README.txt Stacked
 
27
28
29
30
 
31
32
33
 
27
28
29
 
30
31
32
33
@@ -27,7 +27,7 @@
 ...  edit,assign,resolve,email,remind  edit,spam,assign,resolve,reply,forward,remind ->>> resp = fb.edit(ixbug=1, sEvent="Edit from the API") +>>> resp = fb.edit(ixbug=1, sEvent="Edit from the API") # Note the named parameters  >>> resp  <response><case ixbug="1" operations="edit,assign,resolve,email,remind"></case></response>