stable

Clone or download

Read-only

request #21856 Add REST route to retrieve the Tuleap version

You can test the route via the API Explorer at /version part => It should return your Tuleap version + your Tuleap flavor name (Enterprise or Community) Change-Id: I4a4c27f119cf6376d837bb4cdfddc966e8b041fa

Modified Files

Name
A src/common/BuildVersion/REST/v1/VersionRepresentation.php +45 −0 Go to diff View file
A src/common/BuildVersion/REST/v1/VersionResource.php +58 −0 Go to diff View file
M src/common/REST/ResourcesInjector.class.php +2 −0 Go to diff View file
A tests/rest/tests/Version/VersionTest.php +49 −0 Go to diff View file