stable

Clone or download

Read-only

Introduce GET /frs_packages/:id

This is part of request #10039: Retrieve FRS packages via REST * User can GET /frs_packages/:id to retrieve information about a given package (she can access to). * /projects/:id/frs_packages returns the uri of each package * /frs_release/:id returns the uri of the package Change-Id: Ic6e698801ec5b7c2a8c547d02bfb7ec9e3c9944c

Modified Files

Name
M plugins/frs/include/FRS/REST/ResourcesInjector.php +1 −0 Go to diff View file
M plugins/frs/include/FRS/REST/v1/PackageRepresentation.php +1 −10 Go to diff View file
A plugins/frs/include/FRS/REST/v1/PackageResource.php +82 −0 Go to diff View file
M plugins/frs/include/FRS/REST/v1/ReleaseRepresentation.php +7 −4 Go to diff View file
M plugins/frs/include/autoload.php +3 −2 Go to diff View file
M src/common/REST/v1/FRSPackageRepresentationBase.php +5 −0 Go to diff View file
M src/common/frs/FRSPackageFactory.class.php +5 −2 Go to diff View file