34 lines
1.1 KiB
XML
34 lines
1.1 KiB
XML
|
<part id="ljp.csp.protocol" status="prelim">
|
||
|
<title>Client/Server Protocol</title>
|
||
|
<partintro>
|
||
|
<para>
|
||
|
Currently there are a few types of interfaces available to the LiveJournal
|
||
|
protocol: the older "flat" interface, the custom XML-RPC interface, and a modified version of the Blogger API.
|
||
|
The XMLRPC interface is probably easiest to use, because there are quite a few XML-RPC
|
||
|
resources available to developers in just about any programming language. If
|
||
|
you're in a situation that requires you to write your own interface wrapper,
|
||
|
then the flat interface is probably best to use.
|
||
|
</para>
|
||
|
<tip>
|
||
|
<para>
|
||
|
Internally, all interfaces are just wrappers around the same functions. Don't
|
||
|
worry too much about which one you use, as they accomplish the same thing.
|
||
|
</para>
|
||
|
</tip>
|
||
|
</partintro>
|
||
|
&ljp.csp.guide;
|
||
|
&ljp.csp.auth;
|
||
|
&ljp.csp.flat.index;
|
||
|
&ljp.csp.xml-rpc.index;
|
||
|
&ljp.csp.blogger;
|
||
|
&ljp.csp.versions;
|
||
|
&ljp.csp.proplist;
|
||
|
&ljp.csp.appx.faq;
|
||
|
</part>
|
||
|
<!--
|
||
|
Local Variables:
|
||
|
mode:sgml
|
||
|
sgml-parent-document: ("../index.xml" "book" "part")
|
||
|
End:
|
||
|
-->
|