Skip to content

Perl module handling REST API access to Pydio (former ajaxplorer) backend server

Notifications You must be signed in to change notification settings

mario-minati/Net-Pydio-Rest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NAME
    Net::Pydio::Rest - Provide access to the Pydio (former ajaxplorer) REST API


DESCRIPTION
    This module makes it easy to access the Pydio (former ajaxplorer) backend 
    server via its REST API.
    
    It takes over initialising the API connection and takes care of 
    authentication and handling the tokens for secure communication.


INSTALLATION

To install this module, run the following commands:

	perl Build.PL
	./Build
	./Build test
	./Build install
	

SUPPORT AND DOCUMENTATION

After installing, you can find documentation for this module with the
perldoc command.

    perldoc Net::Pydio::Rest

You can also look for information at:

    RT, CPAN's request tracker (report bugs here)
        http://rt.cpan.org/NoAuth/Bugs.html?Dist=Net-Pydio-Rest

    AnnoCPAN, Annotated CPAN documentation
        http://annocpan.org/dist/Net-Pydio-Rest

    CPAN Ratings
        http://cpanratings.perl.org/d/Net-Pydio-Rest

    Search CPAN
        http://search.cpan.org/dist/Net-Pydio-Rest/


LICENSE AND COPYRIGHT

Copyright (C) 2015 Mario Minati

This program is free software; you can redistribute it and/or modify it
under the terms of either: the GNU General Public License as published
by the Free Software Foundation; or the Artistic License.

See L<http://dev.perl.org/licenses/> for more information.

About

Perl module handling REST API access to Pydio (former ajaxplorer) backend server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages