The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

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

DESCRIPTION

An object of the WebService::XING::Function class is an abstract description of a XING API function.

OVERLOADING

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

ATTRIBUTES

name

Function name. Required.

method

HTTP method. Required. This attribute has informational value only.

resource

The REST resource. Required. This attribute has informational value only.

params_in

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

params

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

code

Read-only attribute providing a code reference. This code is actually a closure method of the WebService::XING class, that holds 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::Function::Parameter