我有一个 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 提供的所有主题,结果相同。