I've been a bit puzzled how to find the contents of a given platform. https://registry.quarkus.io/q/swagger-ui/#/Client/get_client_platforms gives me a list of streams and boms, but parsing the boms myself didn't look like much fun. @aloubyansky points out this capability is present in the Java API, but missing in the REST API. Hopefully it will be a quick addition.
The goal would be to query the registry, passing in a stream, and get back the extensions in that stream.
I've been a bit puzzled how to find the contents of a given platform. https://registry.quarkus.io/q/swagger-ui/#/Client/get_client_platforms gives me a list of streams and boms, but parsing the boms myself didn't look like much fun. @aloubyansky points out this capability is present in the Java API, but missing in the REST API. Hopefully it will be a quick addition.
The goal would be to query the registry, passing in a stream, and get back the extensions in that stream.