From: Kenneth Reitz Date: Mon, 16 May 2011 05:18:09 +0000 (-0400) Subject: api update X-Git-Tag: v0.4.1^2~33 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7929bb91be414a798cf6fa386adc7639976c26fd;p=services%2Fpython-requests.git api update --- diff --git a/docs/api.rst b/docs/api.rst index cabc0e7..9d9bc0a 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -13,12 +13,18 @@ important right here and provide links to the canonical documentation. Main Interface -------------- +All of Request's functionality can be accessed by these 5 methods. They +all return a :class:`Response ` object. + .. autofunction:: get .. autofunction:: post .. autofunction:: put .. autofunction:: delete .. autofunction:: head +----------- + + .. autoclass:: requests.models.Response :inherited-members: