@Produces(value="application/json")
@Consumes(value="application/json")
@Path(value="users/{user}/projects/{project}/appVersions")
public interface AppVersionResource
| Modifier and Type | Interface and Description |
|---|---|
static class |
AppVersionResource.CreateAppVersionRequest |
| Modifier and Type | Method and Description |
|---|---|
void |
createAppVersion(String userId,
String projectId,
AppVersionResource.CreateAppVersionRequest request) |
@POST
void createAppVersion(@PathParam(value="userId")
String userId,
@PathParam(value="projectId")
String projectId,
AppVersionResource.CreateAppVersionRequest request)
Copyright © 2016. All rights reserved.