This commit is contained in:
syuilo 2017-12-17 04:02:30 +09:00
parent 0711d29f6f
commit da279f9e50
13 changed files with 104 additions and 32 deletions

View file

@ -7,12 +7,17 @@ block meta
block main
h1= endpoint
p#url= url
p#url
span.method POST
span.host
= url.host
| /
span.path= url.path
p#desc= desc[lang] || desc['ja']
section
h2 Params
h2= common.i18n[lang]['docs']['api']['endpoints']['params']
+propTable(params)
if paramDefs
@ -23,5 +28,5 @@ block main
if res
section
h2 Response
h2= common.i18n[lang]['docs']['api']['endpoints']['res']
+propTable(res)