stable
Clone or download
Read-only
This is part of request #10039: Retrieve FRS packages via REST User can now get the releases of a package via REST. The route is paginated. /frs_packages/:id informs about the subresource Change-Id: I278a1c64159a46a67d9ca4809744527368c7134a
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/frs/include/FRS/REST/v1/PackageRepresentation.php | +17 | −0 | Go to diff View file |
M | plugins/frs/include/FRS/REST/v1/PackageResource.php | +103 | −14 | Go to diff View file |
A | plugins/frs/include/FRS/REST/v1/ReleaseRepresentationPaginatedCollectionRepresentation.php | +40 | −0 | Go to diff View file |
M | plugins/frs/include/FRS/REST/v1/ReleaseResource.php | +0 | −1 | Go to diff View file |
M | plugins/frs/include/autoload.php | +3 | −2 | Go to diff View file |
M | src/common/autoload.php | +3 | −2 | Go to diff View file |
M | src/common/dao/FRSReleaseDao.class.php | +17 | −0 | Go to diff View file |
M | src/common/frs/FRSReleaseFactory.class.php | +15 | −0 | Go to diff View file |
A | src/common/frs/FRSReleasePaginatedCollection.php | +56 | −0 | Go to diff View file |