Closed utilitarianexe closed 9 years ago
I can't make this work. Do you have a full example of this? I'll be glad to add it to the readme
@utilitarianexe, can you verify that this works:
for endpoint, function in app.view_functions.iteritems():
app.view_functions[endpoint] = auto.doc()(function)
(see more detail at #19)
Sorry for the late response. I do not have the code I used this on anymore because I changed companies. Would be happy to whip up some foobar code tomorrow to verify it on if that would be useful to you.
Don't worry about it, it seems like that solution is working (see #20). I'm just trying to address all open issues. Please close this if you're satisfied.