Archive of UserLand's first discussion group, started October 5, 1998.

Re: DG Rankings

Author:André Radke
Posted:3/10/1999; 6:44:00 PM
Topic:DG Rankings
Msg #:3925 (In response to 3917)
Prev/Next:3924 / 3926

There is an xml-rpc interface for reading messages and getting a list of top-level topics.

// Return all the information we have for a message:
local (paramList = {"3925"});
scratchpad.msgtable = betty.rpc.client ("nirvana.userland.com", 80, "nirvanaServer.discuss.getMessage", @paramList);

//Return a list of lists with brief descriptions for all the top level topics: scratchpad.topicslist = betty.rpc.client ("nirvana.userland.com", 80, "nirvanaServer.discuss.getTopics")

There's also an xml-rpc interface for getting and setting your member information. Currently, you can't retrieve information about other members via xml-rpc.


There are responses to this message:


This page was archived on 6/13/2001; 4:48:38 PM.

© Copyright 1998-2001 UserLand Software, Inc.