dbot/views/api/api.jade
2013-05-17 13:29:28 +00:00

22 lines
540 B
Plaintext

extends ../layout
block content
div#backlink
a(href='/') « Home
div#row
h4 External API Functions
div#row
table.tabe.table-hover.data
thead
tr
th Module
th Path
th Arguments
tbody
-each module,moduleName in api
-each func,funcName in api[moduleName]
tr
td #{moduleName}
td /api/#{moduleName}/#{funcName}
td #{func}