netlify / open-api

Open API specification of Netlify's API
https://open-api.netlify.com/#/default
MIT License
262 stars 84 forks source link

Add a Scala / Java SDK #20

Open hrj opened 7 years ago

hrj commented 7 years ago

Netlify seems awesome! I saw this:

Currently, we're generating client code for Go, but we're planning on releasing libraries in any language that can generate code from the spec.

.. but creating an issue anyway, so that I can track and be notified when other languages are supported.

I am particularly looking for Scala / Java support.

Thanks!

calavera commented 6 years ago

I think you can easily generate a Java / Scala client with swagger's code generator:

https://github.com/swagger-api/swagger-codegen#to-generate-a-sample-client-library

I'd be ok with keeping that code here in a subdirectory, like we do with Go. However, we'll have to add commands and docs so people know how to rebuild other languange clients.