Swagger generators

Noooooo no RPC please…

Anyway, the Swagger codegen are horrendous and the advice you will find everywhere is to just use Swagger as a doc and to code your API wrapper around it by yourself. In nearly all languages.

I know that because a lot of the “ok-ish not too bad” generators are to this state because the Eve Online community had to rewrite and PR for them when Eve Online new API moved to Swagger… They stopped trying after the first month and just wrap it all “by hand” (except maybe the Scala one).

Swagger in general is pretty awful.

Also please please please do not do HTTP RPC. Thanks. There are enough jobs out there that we can force people using that to have their code rot of being unmaintained…