Settings
+-
+
+
+
+
+
diff --git a/production.ini b/production.ini index b8166d8..38da65c 100644 --- a/production.ini +++ b/production.ini @@ -11,8 +11,8 @@ import = %(here)s/private.ini smtp_server = localhost error_email_from = paste@localhost -oauth_failure = /0.3.3/auth.html#oauth_failure -oauth_success = /0.3.3/auth.html#oauth_success +oauth_failure = /0.3.4/auth.html#oauth_failure +oauth_success = /0.3.4/auth.html#oauth_success # Register with twitter at http://dev.twitter.com/apps/new oauth.twitter.com.request = https://twitter.com/oauth/request_token diff --git a/setup.py b/setup.py index 9a3ba73..140f896 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ except ImportError: use_setuptools() from setuptools import setup, find_packages -VERSION='0.3.3' +VERSION='0.3.4' setup( name='linkdrop', diff --git a/staging.ini b/staging.ini index f2e8fc4..98d4647 100644 --- a/staging.ini +++ b/staging.ini @@ -11,8 +11,8 @@ import = %(here)s/private.ini smtp_server = localhost error_email_from = paste@localhost -oauth_failure = /0.3.3/auth.html#oauth_failure -oauth_success = /0.3.3/auth.html#oauth_success +oauth_failure = /0.3.4/auth.html#oauth_failure +oauth_success = /0.3.4/auth.html#oauth_success # Register with twitter at http://dev.twitter.com/apps/new oauth.twitter.com.request = https://twitter.com/oauth/request_token diff --git a/web/0.3.4/auth.html b/web/0.3.4/auth.html new file mode 100644 index 0000000..f4b9c6a --- /dev/null +++ b/web/0.3.4/auth.html @@ -0,0 +1,323 @@ + + + + +
+The requested content cannot be loaded.
Please try again later.
'+ +a+' |
This is the Raindrop API explorer. Read the important Notes first.
+JSON is used for all API responses. + The request arguments are normally form-urlencoded + arguments (Content-Type: application/x-www-form-urlencoded; charset=UTF-8), except + for APIs that only accept a request body. In those cases, the request body should be JSON, + and the Content-Type for the request should be application/json; charset=UTF-8. Note that UTF-8 + should be used as the charset.
+ +The success version of the Standard Response is used by a few APIs for success responses. Other APIs use + a specific success object that relates to the API. See the specific API call for more information.
+ +The error version of the Standard Response is used by all APIs to indicate error responses.
+ +A success response will be an object with the following properties (only used by some APIs):
+An error response will be an object with the following properties (this is the error response + returned from all APIs):
+TODO
+TODO
+TODO
+Use a "Try It" link to try an API in this area.
+{^doc}
+ + {is(routes.length) [} +{doc}
+ {]} + + {examplebody [} + Example: +{prettyJson(_)}+ {]} +
{^addApiHyperlinks(doc)}
+