NAME

CPAN::Testers::API::Controller::Report - Work with raw test reports

VERSION

version 0.025

DESCRIPTION

This API allows working directly with the JSON report documents submitted by the army of testers of CPAN.

METHODS

report_post

### Requests:
POST /v3/report
{ ... }

### Response:
201 Created
{ "id": "..." }

Submit a new CPAN Testers report. This is used by testers when they're finished running a test.

report_get

### Requests:
GET /v3/report/:guid

### Response
200 OK
{ "id": "...", ... }

Get a single CPAN Testers report from the database.

SEE ALSO

CPAN::Testers::Schema::Result::TestReport, Mojolicious::Controller

AUTHOR

Doug Bell <preaction@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2018 by Doug Bell.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.