在GitHub api中获取字段模式

时间:2017-09-28 10:56:06

标签: github github-pages github-api

我正在使用GitHub api v,想象存储库api是我的表。我想将存储库api显示为表,其列为enter image description here

我必须将字段名称及其类型作为genericaly。 或任何其他帮助页面,其中包含v3中存在的所有api的所有字段名称及其类型。因为我几乎在互联网上搜索,请提供有价值的解决方案

提前致谢

1 个答案:

答案 0 :(得分:1)

您可以使用https://apis.guru/browse-apis/中的招摇模型:

https://api.apis.guru/v2/specs/github.com/v3/swagger.json

如果您想使用&

curl "https://api.apis.guru/v2/specs/github.com/v3/swagger.json" | jq '.definitions.repo'