Create resource collection endpoint for get

This commit is contained in:
René Pfeuffer
2018-07-04 16:45:52 +02:00
parent a5349b339d
commit 68e196d576
7 changed files with 143 additions and 2 deletions

View File

@@ -17,6 +17,7 @@ public class VndMediaType {
public static final String REPOSITORY = PREFIX + "repository" + SUFFIX;
public static final String USER_COLLECTION = PREFIX + "userCollection" + SUFFIX;
public static final String GROUP_COLLECTION = PREFIX + "groupCollection" + SUFFIX;
public static final String REPOSITORY_COLLECTION = PREFIX + "repositoryCollection" + SUFFIX;
private VndMediaType() {
}