aboutsummaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2014-07-08 07:04:39 +0200
committerCédric Bonhomme <cedric@cedricbonhomme.org>2014-07-08 07:04:39 +0200
commitf9248cb85082772d3e4b81e683ffd62073bb13e4 (patch)
tree3a69196c4f0f87aecc551ed4a1e7e56a784de1ad /README.rst
parentTypo. (diff)
downloadnewspipe-f9248cb85082772d3e4b81e683ffd62073bb13e4.tar.gz
newspipe-f9248cb85082772d3e4b81e683ffd62073bb13e4.tar.bz2
newspipe-f9248cb85082772d3e4b81e683ffd62073bb13e4.zip
Updated README.
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst2
1 files changed, 0 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index f4f17a34..eae0d36d 100644
--- a/README.rst
+++ b/README.rst
@@ -239,8 +239,6 @@ Update a feed:
>>> payload = {"title":"Feed new title", "description":"New description"}
>>> r = requests.put("https://pyaggr3g470r.herokuapp.com/api/v1.0/feeds/42", headers=headers, auth=("your-email", "your-password"), data=json.dumps(payload))
-You can also create a feed with a POST request.
-
Delete a feed:
.. code:: python
bgstack15