hydra/src/lib/Hydra/View/JSON.pm
Eelco Dolstra d8a7ca67f4 * 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.
2011-09-15 08:27:17 +00:00

4 lines
65 B
Perl

package Hydra::View::JSON;
use base qw(Catalyst::View::JSON);
1;