cPanel-PublicAPI:一个与cPanel的各种API接口的perl模块

时间:2024-06-14 12:42:24
【文件属性】:

文件名称:cPanel-PublicAPI:一个与cPanel的各种API接口的perl模块

文件大小:77KB

文件格式:ZIP

更新时间:2024-06-14 12:42:24

Perl

名称 cPanel :: PublicAPI-与cPanel交互的Perl接口 概要 use cPanel::PublicAPI; # Auto detect authentication information my $cp = cPanel::PublicAPI->new(); # or specify a user/password my $cp = cPanel::PublicAPI->new( 'user' => 'someuser', 'pass' => 'somepass' ); # or specify an accesshash my $cp = cPanel::PublicAPI->new( 'user' => 'someuser', 'accesshash' => $accesshash ); # or specify an API token my $cp = c


【文件预览】:
cPanel-PublicAPI-master
----.gitignore(98B)
----Changes(2KB)
----t()
--------06-api-tokens.t(6KB)
--------02-construct.t(7KB)
--------pod-coverage.t(656B)
--------01-api-format.t(9KB)
--------00-load.t(182B)
--------03-api-query.t(7KB)
--------lib()
--------check-changes.t(272B)
--------pod.t(341B)
--------05-api-query_tokens.t(4KB)
--------manifest.t(273B)
--------04-tfa-sessions.t(6KB)
--------cpan-changes.t(275B)
----.travis.yml(396B)
----ignore.txt(126B)
----.perltidyrc(165B)
----README.mkdn(17KB)
----lib()
--------cPanel()
----MANIFEST.SKIP(1KB)
----README(18KB)
----Makefile.PL(1KB)
----MANIFEST(871B)

网友评论