The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

WebService::XING::Function - XING API Function Class

DESCRIPTION

An object of the WebService::XING::Function class represents an abstract description of a XING API function. It is usually created and returned by "function" in WebService::XING.

OVERLOADING

A WebService::XING::Function object returns the function "name" in string context.

ATTRIBUTES

name

Function name. Required.

method

HTTP method. Required.

resource

The REST resource. Required.

params_in

Array reference of the parameters list. Required. Use for object creation only.

params

Read-only attribute, that contains a reference to an array of WebService::XING::Function::Parameter objects, of which each describes a parameter.

code

Read-only attribute, that contians a code reference. This code is actually a closure method of the WebService::XING class, with a reference to this WebService::XING::Function object in order to validate the method arguments and to build the API request.

SEE ALSO

WebService::XING, WebService::XING::Function::Parameter