Opened 14 years ago

Closed 13 years ago

Last modified 12 years ago

#142 closed task (fixed)

POPFile XML-RPC API wiki page is out-of-date

Reported by: Brian Smith Owned by:
Priority: normal Milestone:
Component: Documentation Version: 1.1.1
Severity: normal Keywords:
Cc:

Description

The POPFile XML-RPC page in the wiki (especially the API section) should make it clearer that some calls return an array containing the results.

The "Advanced Perl 1" example no longer generates a response similar to this:

perl testxml.pl get_buckets
   magnet
   normal
   spam

With POPFile 1.1.1 on Windows it generates a response similar to this:

perl testxml.pl get_buckets
ARRAY(0x38be644)

Change History (1)

comment:1 by naoki iimura, 13 years ago

Resolution: fixed
Status: newclosed

I've fixed the "Advanced Perl 1" sample code:

http://getpopfile.org/docs/popfilemodules:xmlrpc#advanced_examples

Naoki

Note: See TracTickets for help on using tickets.