I notice that it has not been updated in a while (maybe it did not need updating), but if I download the openapi-generator jar and list the available plugins it is not listed.
Do you mean this generator: GitHub - OpenAPITools/openapi-generator: OpenAPI Generator allows generation of API client libraries (SDK generation), server stubs, documentation and configuration automatically given an OpenAPI Spec (v2, v3) ?
As far as I know nothing should have changed … sttp API’s didn’t change for quite a long time, so I wouldn’t expect any changes, but also no idea why wouldn’t it be included in the distribution.
Yes, thats the one. Do you know where or who to ask about why scala-sttp is not included in the downloadable jar?
I did a docker run --rm openapitools/openapi-generator-cli list
and I can see the generator listed:
The following generators are available:
CLIENT generators:
(...)
- scala-sttp (beta)
We should probably work on pushing this out of beta, though