NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Harumph! (Score:1)
Why not use the XML-RPC APIs that are out there so that you could leverage all the clients written for, say, the Blogger API and the metaWeblogAPI? (For those heathen who don't like to use Emacs.) Or you could just use a SOAP version of the XML-RPC API if you wanted.
Seriously, though, this is a great addition.
For future reference:
Emacs package to update weblogs/journals [elisp.info] using XML-RPC APIs.
SOAP.el [google.com] (to avoid forking off a call from emacs):
The more mature xml-rpc.el [elisp.info].
Re:Harumph! (Score:1)
Re:Harumph! (Score:1)
Still, though the blogger API may not be impressive, it (along with the metaWeblog API) maps pretty closely to the API you've specified.
Re:Harumph! (Score:2)
Re:Harumph! (Score:1)
Still, as far as I can tell, there is only one missing call (get_uid_from_nickname) and there's no reason you couldn't bolt that on somewhere. (But your api is better with respect to authentication.)
Would it be possible to get some introspection [sourceforge.net] or even an availableMethods call (like the MT API has)?
Re:Harumph! (Score:1)
Reply to This
Parent
Re:Harumph! (Score:2)