NAME
WebService::NFSN::Member - Access NFSN member API
VERSION
This document describes WebService::NFSN::Member version 0.01
SYNOPSIS
use WebService::NFSN;
my $nfsn = WebService::NFSN->new($USER, $API_KEY);
my $accounts = $nfsn->member->accounts;
DESCRIPTION
WebService::NFSN::Member provides access to NearlyFreeSpeech.NET's member API. It is only useful to people who have websites hosted at NearlyFreeSpeech.NET.
INTERFACE
$member = $nfsn->member( [$USER] )-
This constructs a new Member object for the specified
$USER. If$USERis omitted, it defaults to the member login that was passed toWebService::NFSN->new. Equivalent to$member = WebService::NFSN::Member->new($nfsn, $USER).
Properties
$member->accounts()-
Returns an array reference containing the account ID of each account owned by this member.
Methods
None.