summaryrefslogtreecommitdiff
path: root/docs/reference/rest/rest-docs.sgml
blob: 18f04814868a2629c6d815aec964377e481173bf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<?xml version="1.0"?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
               "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd">
<book id="index" xmlns:xi="http://www.w3.org/2003/XInclude">
  <bookinfo>
    <title>librest Reference Manual</title>
 </bookinfo>

  <chapter>
    <title>Generic Proxies</title>
    <xi:include href="xml/rest-param.xml"/>
    <xi:include href="xml/rest-params.xml"/>
    <xi:include href="xml/rest-proxy.xml"/>
    <xi:include href="xml/rest-proxy-call.xml"/>
  </chapter>

  <chapter>
    <title>OAuth Proxies</title>
    <xi:include href="xml/oauth-proxy.xml"/>
    <xi:include href="xml/oauth-proxy-call.xml"/>
    <xi:include href="xml/oauth2-proxy.xml"/>
    <xi:include href="xml/oauth2-proxy-call.xml"/>
  </chapter>

  <chapter>
    <title>Service-specific Proxies</title>
    <xi:include href="xml/flickr-proxy.xml"/>
    <xi:include href="xml/flickr-proxy-call.xml"/>
    <xi:include href="xml/lastfm-proxy.xml"/>
    <xi:include href="xml/lastfm-proxy-call.xml"/>
  </chapter>
  <chapter>
    <title>XML Parsing</title>
    <xi:include href="xml/rest-xml-parser.xml"/>
  </chapter>
</book>