-
-
23 Nov 2011 18:48:29 UTC
- Distribution: CPAN-Mini-Inject-REST
- Module version: 0.03
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues
- Testers (333 / 0 / 32)
- Kwalitee
Bus factor: 1- % Coverage
- License: perl_5
- Activity
24 month- Tools
- Download (71.58KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- Archive::Extract
- CPAN::Mini::Inject
- Catalyst::Action::RenderView
- Catalyst::Action::Serialize::JSON
- Catalyst::Controller::REST
- Catalyst::Plugin::ConfigLoader
- Catalyst::Plugin::Static::Simple
- Catalyst::Runtime
- Config::General
- File::Find::Rule
- JSON
- List::MoreUtils
- Moose
- Parse::CPAN::Meta
- Try::Tiny
- namespace::autoclean
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
CPAN::Mini::Inject::REST - Remote API for CPAN::Mini::Inject
SYNOPSIS
script/cpan_mini_inject_rest_server.pl
DESCRIPTION
Provides a REST API for remote access to a CPAN::Mini::Inject mirror.
Using the API, the contents of the repository can be queried and new distributions added. See CPAN::Mini::Inject::REST::Controller::API::Version1_0 for full details of the API features and documentation.
INSTALLATION
The API is a Catalyst application, so can be used with any webserver supported by Catalyst or Plack.
You must already have a CPAN::Mini::Inject mirror configured and working on your machine. Set the path to your mirror's config file in cpan_mini_inject_rest.conf.
Note that in order for files to be added to the repository, the API must be running as a user with write access to the underlying CPAN::Mini::Mirror itself.
SEE ALSO
CPAN::Mini::Inject::REST::Client
AUTHOR
Jon Allen (JJ) <jj@jonallen.info>
LICENSE
Copyright (C) 2011 Jon Allen
This library is free software. You can redistribute it and/or modify it under the same terms as Perl itself.
Module Install Instructions
To install CPAN::Mini::Inject::REST, copy and paste the appropriate command in to your terminal.
cpanm CPAN::Mini::Inject::REST
perl -MCPAN -e shell install CPAN::Mini::Inject::REST
For more information on module installation, please visit the detailed CPAN module installation guide.