ePages 7.21.0 - DE_EPAGES/EPagesJ/API/Object/InfoClient.pm

Package DE_EPAGES::EPagesJ::API::Object::InfoClient

Client for info resource

Base
DE_EPAGES::EPagesJ::API::Object::RestClient

Functions

info
new

info

Returns string repesentation of info resource page. (HTML code stripped)

Syntax
$self->info();
Return
$InfoString (string)
Info resource content

new

Constructor for InfoClient

Syntax
DE_EPAGES::EPagesJ::API::Object::InfoClient->new( %args );
Input
%args (hash)
Constructor arguments. Mandatory parameters:
  • InfoUrl - URL to info page - URI::URL

For full list see
DE_EPAGES::EPagesJ::API::Object::RestClient::new