我正在关注文档中的示例,以了解语法及其工作原理。
所以我创建了这个 md 文件
# Blog Posts [/posts{?limit}]
...
## Retrieve Blog Posts [GET]
Retrieves the list of **ACME Blog** posts.
+ Parameters
+ limit (optional, number) ... Maximum number of posts ot retrieve
+ Response 200
...
### Create a Post [POST]
+ Request
...
+ Response 201
...
在我运行 aglio 之后,我得到了一个漂亮的 html,但有一个问题。“{?limit}”也适用于 POST url。这真的很糟糕,找了好几个小时,无法理解如何绕过这个。