NAME
App::Manoc::ControllerBase::APIv1CRUD - Base class for API controllers
VERSION
version 2.99.3
DESCRIPTION
This class can be used as a base for controllers using the App::Manoc::ControllerRole::CommonCRUD role.
ACTIONS
list
GET api/v1/<namespace>
view
GET api/v1/<namespace>/<id>
create
POST api/v1/<namespace>/create
update
POST api/v1/<namespace>/<id>
AUTHORS
Gabriele Mambrini <gmambro@cpan.org>
Enrico Liguori
COPYRIGHT AND LICENSE
This software is copyright (c) 2017 by Gabriele Mambrini.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.