This is interesting but I'm curious what some of it means. For example, if I analyze the Kubernetes swagger spec [1] the tool gives it a quality score of 10% (terrible) and I'm curious why this score would matter or why spending time to improve it would matter
JustinGarrison|1 year ago
1. https://raw.githubusercontent.com/kubernetes/kubernetes/mast...
pb33f|1 year ago
The purpose of this tool is for companies that operate API first, the contract is curated and then code, docs and SDKs are generated from it.
Code first is generally a bad idea, it's often terrible and non human readable and creates terrible SDKs that break constantly.
API first is a contract first approach - which is where this tool comes into play.