Package io.apicurio.registry.rest.v2
Class DownloadsResourceImpl
- java.lang.Object
-
- io.apicurio.registry.rest.v2.DownloadsResourceImpl
-
@ApplicationScoped @Path("/apis/registry/v2/downloads") public class DownloadsResourceImpl extends Object- Author:
- eric.wittmann@gmail.com
-
-
Constructor Summary
Constructors Constructor Description DownloadsResourceImpl()
-
-
-
Method Detail
-
download
@GET @Path("{downloadId}") @Produces("*/*") public javax.ws.rs.core.Response download(@PathParam("downloadId") String downloadId)
-
-