Ticket #142 (closed task: fixed)

Opened 2 years ago

Last modified 3 months ago

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

Reported by: brian Assigned to:
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

09/09/10 19:47:16 changed by amatubu

  • status changed from new to closed.
  • resolution set to fixed.

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

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

Naoki