#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)
Note:
See TracTickets
for help on using tickets.
I've fixed the "Advanced Perl 1" sample code:
http://getpopfile.org/docs/popfilemodules:xmlrpc#advanced_examples
Naoki