Ask HN: OpenAPI (v3), API Blueprint, RAML – what do you like and why?
I'm evaluating OpenAPI, Blueprint and RAML for primarily API documentation but code generation might be neat too. While there are lots of comparisons out there, I'm also curious on the pulse of usage - ie among this crowd, which is most used? Most used often means most tooling support and etc, so this isn't just a popularity contest.
So - if you have an opinion on the matter, what do you use and why?
1 comment
[ 3.4 ms ] story [ 13.4 ms ] threadI have had a reasonably positive experience using oas-raml-converter to mash OpenAPI specs into RAML, to use as an input to RAML-based tooling.
The more I look at all these ways of defining and structuring APIs, the more something like gRPC sounds like a good idea, but that may just be a "grass is greener" reaction, i've never worked on a serious project that's used gRPC or similar for integrating systems.