REST API SDK Generators

I’m investigating automatic REST API SDK generation options and I’d like your help narrowing things down. We, at Power BI, have a REST/JSON API and our documentation is up on apiary, which supports “API Blueprint”, not Swagger. We want to accommodate as many languages and technologies as possible, so the first then we are going to do is convert our API Blueprint to Swagger (using apib2swagger) and publish our swagger.json file so you all can generate your own SDKs from it. We’ll then decide which SDK generation tools to use and make all of the SDKs available via GitHub and the major packages managers (npm, bower, nuget, etc).

Here’s a table of the options I was able to discover on my own. Please have a look and let me know if I missed any or feel free to tell me about your experiences with any of them.

AutoRestAPIMaticAlpacaREST UnitedSwagger CodeGen
PriceFree$500/YearFree$600/yearFree
LanguagesC#XXXX
TypeScriptXX
NodeXXXXX
AngularJSXX
JavaScriptXX
JavaXXXX
Java for AndroidXXX
Java for JVMX
RubyXXXXX
PHPXXXX
PythonXXXXX
SwiftX
Objective-CXXX
ActionScriptXX
ScalaXX
TizenX
SpringMVCX
GoXX
Clojure
Rust
FeaturesLoggingX
TracingX
RetriesX
AuthenticationXXX?
Async SignaturesXX
CodeGen ServiceX
Import FormatsAPI BlueprintX
RAMLX
Google API DiscoveryX
IODocsX
WADLX
SwaggerXXXX
YAML
JSON Schema
Thanks!
Jon