【发布时间】:2017-03-29 04:42:40
【问题描述】:
我有一个类似这样的 API 蓝图:
## Organization Users [/organizations/{id}/Users]
+ Parameters
+ id (string, required) - path variable, id of the organization.
some text was here.
### Get Org Users [GET]
some text was here.
+ Request (application/json)
当我用类似的东西运行 Aglio 时:
aglio --theme-variables streak -i AppServices/Organizations.apib -o Build/AppServices.html
请注意,路径变量根本不存在。
其他事实:
- aglio 在生成输出时未显示警告
- API 蓝图验证正常。
- 我尝试了 aglio 提供的所有主题,结果相同。
【问题讨论】:
-
在 aglio 的问题中也发布了这个:github.com/danielgtaylor/aglio/issues/327
标签: rest apiblueprint aglio