Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/regru/api-pleskexpand
The given module is intended for interaction with the XML API of the Plesk Expand centralized hosting panel. API is realized not completely, but there is a full support of operations with Account and Domains.
https://github.com/regru/api-pleskexpand
Last synced: 29 days ago
JSON representation
The given module is intended for interaction with the XML API of the Plesk Expand centralized hosting panel. API is realized not completely, but there is a full support of operations with Account and Domains.
- Host: GitHub
- URL: https://github.com/regru/api-pleskexpand
- Owner: regru
- Created: 2012-09-05T10:19:25.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-09-05T10:19:41.000Z (over 12 years ago)
- Last Synced: 2024-04-17T05:50:32.064Z (9 months ago)
- Language: Perl
- Homepage:
- Size: 102 KB
- Stars: 0
- Watchers: 29
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changes
Awesome Lists containing this project
README
API-PleskExpand version 1.00
=======================The given module is intended for interaction with the XML API of the Plesk Expand centralized hosting panel. API is realized not completely, but there is a full support of operations with Account and Domains.
API::PleskExpand module gives the convenient interface for addition of new functions. Extensions represent modules in a folder Expand with definitions of demanded functions. Each demanded operation is described by two functions: op and op_response_parse. The first sub generates XML query to Expand, the second is responsible for parse XML answer and its representation in Perl Native Structures. As a template for a writing of own expansions is better to use API/PleskExpand/Account.pm. In module API::Plesk::Methods (parent module) we can find service functions for a writing our extensions.
INSTALLATION
To install this module type the following:
perl Makefile.PL
make
make test
make installTESTS
make testDEPENDENCIES
This module requires these other modules and libraries:
API::Plesk 1.04,
Carp (standard),
Data::Dumper,
Getopt::Long,
HTTP::Request,
LWP::UserAgent,
Test::More.AUTHOR
Odintsov Pavel nrg[at]cpan.orgCOPYRIGHT AND LICENCE
Copyright (C) 2008 by Odintsov Pavel.
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself, either Perl version 5.8.8 or,
at your option, any later version of Perl 5 you may have available.