diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2014-07-08 07:04:39 +0200 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2014-07-08 07:04:39 +0200 |
commit | f9248cb85082772d3e4b81e683ffd62073bb13e4 (patch) | |
tree | 3a69196c4f0f87aecc551ed4a1e7e56a784de1ad /README.rst | |
parent | Typo. (diff) | |
download | newspipe-f9248cb85082772d3e4b81e683ffd62073bb13e4.tar.gz newspipe-f9248cb85082772d3e4b81e683ffd62073bb13e4.tar.bz2 newspipe-f9248cb85082772d3e4b81e683ffd62073bb13e4.zip |
Updated README.
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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 |