On Fri, Sep 30, 2011 at 9:51 AM, Mr. Puneet Kishor
<punk.kish@gmail.com> wrote:
In other words, this meta method returns all the resources available at the http://server/app.
Of course, I could code this for each app, but it would be nice to automate it.
Suggestions? Ideas?
I would imagine you could use Dancer::Plugin::Sitemap as a starting point to do something to this effect. It looks through the routes and you could create your own plugin to do it.