From db4e954f7b4670cc567cf6f3625eb72013886c56 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Thu, 18 Sep 2008 21:24:18 +0100 Subject: Add OAuth proxy to the docs --- docs/reference/rest/rest-docs.sgml | 2 ++ docs/reference/rest/rest-sections.txt | 33 +++++++++++++++++++++++++++++++++ 2 files changed, 35 insertions(+) (limited to 'docs') 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 @@ Rest API Reference + + 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 @@ -56,6 +56,39 @@ REST_IS_PROXY_CALL_CLASS REST_PROXY_CALL_GET_CLASS +
+oauth-proxy +OAuthProxy +OAuthProxy +oauth_proxy_new +OAuthProxyAuthCallback +oauth_proxy_auth_step +oauth_proxy_auth_step_async +oauth_proxy_get_token + +OAUTH_PROXY +OAUTH_IS_PROXY +OAUTH_TYPE_PROXY +oauth_proxy_get_type +OAUTH_PROXY_CLASS +OAUTH_IS_PROXY_CLASS +OAUTH_PROXY_GET_CLASS +
+ +
+oauth-proxy-call +OAuthProxyCall +OAuthProxyCall + +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 +
+
rest-xml-parser RestXmlParser -- cgit v1.2.1