Hello,
I'm consuming the spec using OpenAPI Generator to create Java code for accessing the RST API.
Due to the spec changes from #71, I'm now getting compilation errors complaining that a package
org.icann.rst.commons.annotations
doesn't exist. Apparently the annotations create this dependency.
Not sure about other languages, but is there maybe a Java support library that's supposed to be used with this version of the API spec but which isn't published anywhere?
Workarounds for this are to either
- remove the annotations before creating the client code or
- to create own stub versions of the ICANN annotations in the proper package
but both seem awkward for clients seeking to use the API.
Hello,
I'm consuming the spec using OpenAPI Generator to create Java code for accessing the RST API.
Due to the spec changes from #71, I'm now getting compilation errors complaining that a package
org.icann.rst.commons.annotations
doesn't exist. Apparently the annotations create this dependency.
Not sure about other languages, but is there maybe a Java support library that's supposed to be used with this version of the API spec but which isn't published anywhere?
Workarounds for this are to either
but both seem awkward for clients seeking to use the API.