mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-05-06 07:46:55 +02:00
Create resource collection endpoint for get
This commit is contained in:
@@ -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() {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user