It would be really, really nice if we could get the API schema generated in the Open API Spec (Swagger Spec) - https://github.com/OAI/OpenAPI-Specification
There are a number of tools that already exists for generating clients from this specification (Java client :cough:) Any change this could happen?
+1 on this, would be awesome to generate a Java client. We are currently using hand mapped Retrofit interfaces with Retrofit java Rest client. It’s fine since we only use a few API calls, but definitely not maintainable in the long run.
+1 This is a big missing piece