dbot/views/api/api.jade

22 lines
540 B
Plaintext
Raw Permalink Normal View History

2013-05-17 15:29:28 +02:00
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}