summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRoss Burton <ross@linux.intel.com>2008-09-18 21:24:18 +0100
committerRoss Burton <ross@linux.intel.com>2008-09-18 21:24:18 +0100
commitdb4e954f7b4670cc567cf6f3625eb72013886c56 (patch)
treebd5ab7d2988e0628a9085266bd8da5627e74cbde /docs
parent095846f59988a42b9937053001bebb3368fe22fc (diff)
downloadlibrest-db4e954f7b4670cc567cf6f3625eb72013886c56.tar.gz
Add OAuth proxy to the docs
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/rest/rest-docs.sgml2
-rw-r--r--docs/reference/rest/rest-sections.txt33
2 files changed, 35 insertions, 0 deletions
diff --git a/docs/reference/rest/rest-docs.sgml b/docs/reference/rest/rest-docs.sgml
index c0db79b..f95c846 100644
--- a/docs/reference/rest/rest-docs.sgml
+++ b/docs/reference/rest/rest-docs.sgml
@@ -10,6 +10,8 @@
<title>Rest API Reference</title>
<xi:include href="xml/rest-proxy.xml"/>
<xi:include href="xml/rest-proxy-call.xml"/>
+ <xi:include href="xml/oauth-proxy.xml"/>
+ <xi:include href="xml/oauth-proxy-call.xml"/>
<xi:include href="xml/rest-xml-parser.xml"/>
</chapter>
</book>
diff --git a/docs/reference/rest/rest-sections.txt b/docs/reference/rest/rest-sections.txt
index 732a271..65ee42d 100644
--- a/docs/reference/rest/rest-sections.txt
+++ b/docs/reference/rest/rest-sections.txt
@@ -57,6 +57,39 @@ REST_PROXY_CALL_GET_CLASS
</SECTION>
<SECTION>
+<FILE>oauth-proxy</FILE>
+<TITLE>OAuthProxy</TITLE>
+OAuthProxy
+oauth_proxy_new
+OAuthProxyAuthCallback
+oauth_proxy_auth_step
+oauth_proxy_auth_step_async
+oauth_proxy_get_token
+<SUBSECTION Standard>
+OAUTH_PROXY
+OAUTH_IS_PROXY
+OAUTH_TYPE_PROXY
+oauth_proxy_get_type
+OAUTH_PROXY_CLASS
+OAUTH_IS_PROXY_CLASS
+OAUTH_PROXY_GET_CLASS
+</SECTION>
+
+<SECTION>
+<FILE>oauth-proxy-call</FILE>
+<TITLE>OAuthProxyCall</TITLE>
+OAuthProxyCall
+<SUBSECTION Standard>
+OAUTH_PROXY_CALL
+OAUTH_IS_PROXY_CALL
+OAUTH_TYPE_PROXY_CALL
+oauth_proxy_call_get_type
+OAUTH_PROXY_CALL_CLASS
+OAUTH_IS_PROXY_CALL_CLASS
+OAUTH_PROXY_CALL_GET_CLASS
+</SECTION>
+
+<SECTION>
<FILE>rest-xml-parser</FILE>
<TITLE>RestXmlParser</TITLE>
RestXmlParser