From 2db090737e374ab6a77f5487c1ceacf36eab884a Mon Sep 17 00:00:00 2001 From: in2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> Date: Mon, 19 May 2003 02:04:14 +0000 Subject: add article.list.pl git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk@875 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- pttbbs/pttpi/cgi/t/article.list.pl | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 pttbbs/pttpi/cgi/t/article.list.pl diff --git a/pttbbs/pttpi/cgi/t/article.list.pl b/pttbbs/pttpi/cgi/t/article.list.pl new file mode 100644 index 00000000..27370aa1 --- /dev/null +++ b/pttbbs/pttpi/cgi/t/article.list.pl @@ -0,0 +1,16 @@ +#!/usr/bin/perl +# $Id: article.list.pl,v 1.1 2003/05/19 02:04:14 in2 Exp $ +use Frontier::Client; +use Frontier::RPC2; +use MIME::Base64; +use Data::Dumper; +do 'host.pl'; + +$bid = $ARGV[0] || 0; + +$server = Frontier::Client->new(url => $server_url); +$result = $server->call('article.list', + $bid, # bid + 0); # from # article + +print Dumper($result); -- cgit v1.2.3