Constructor and Description |
---|
MobileAppServiceResource() |
Modifier and Type | Method and Description |
---|---|
Response |
downloadMobileAppFile(String id)
Returns the app source code.
|
@Path(value="/app/{id}/source-code") @GET @Produces(value="application/octet-stream") public Response downloadMobileAppFile(@NotNull @NotEmpty @PathParam(value="id") String id) throws Exception
id
- the app (composite) id.Exception
LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.