这个
FORMAT: 1A
HOST: something.com
# Something API
# Group Something
Foobar description
## Some Route [/routeroute]
Foobar description
### Some HTML Action [GET]
+ Response 200 (text/plain)
# Group Something 2
Foobar description 2
## Some Route [/routeroute2]
Foobar description 2
### Some HTML Action 2 [GET]
+ Response 200 (text/plain)
生成
现在这个:
FORMAT: 1A
HOST: something.com
# Something API
# Some Route [/routeroute]
Foobar description
## Some HTML Action [GET]
+ Response 200 (text/plain)
# Some Route 2 [/routeroute2]
Foobar description 2
## Some HTML Action 2 [GET]
+ Response 200 (text/plain)
生成
为什么单个资源不是 Apiary 目录的一部分?