* Start of a JSON API to get information about a specific build.
E.g. http://server/build/1341335/api/get-info returns a JSON record containing information about the build.
This commit is contained in:
3
src/lib/Hydra/View/JSON.pm
Normal file
3
src/lib/Hydra/View/JSON.pm
Normal file
@ -0,0 +1,3 @@
|
||||
package Hydra::View::JSON;
|
||||
use base qw(Catalyst::View::JSON);
|
||||
1;
|
Reference in New Issue
Block a user