aboutsummaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2014-06-23 19:03:24 +0200
committerCédric Bonhomme <cedric@cedricbonhomme.org>2014-06-23 19:03:24 +0200
commit00871177f8457b33af4ea6e6c70441895f520d3c (patch)
tree85e0728c7135f8cd32db79f555e8886f1bdc7595 /README.rst
parentIt is now possible to update the status ('like' and 'readed') of an article w... (diff)
downloadnewspipe-00871177f8457b33af4ea6e6c70441895f520d3c.tar.gz
newspipe-00871177f8457b33af4ea6e6c70441895f520d3c.tar.bz2
newspipe-00871177f8457b33af4ea6e6c70441895f520d3c.zip
Updated README.
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst7
1 files changed, 3 insertions, 4 deletions
diff --git a/README.rst b/README.rst
index dfc9b9a4..df77c898 100644
--- a/README.rst
+++ b/README.rst
@@ -13,7 +13,7 @@ Features
* can be deployed on Heroku or on a traditional server;
* multiple users can use the platform;
-* articles are accessible via a JSON Web service;
+* a RESTful API to manage your articles;
* data liberation: export and import all your account with a JSON file;
* export and import feeds with OPML files;
* export articles to HTML;
@@ -147,7 +147,7 @@ You must give the email address you use to login to pyAggr3g470r.
Web service
-----------
-It is possible to get your articles *via* a dedicated Web service. See the example below.
+It is possible to manage your articles thanks to a dedicated Web service. See the examples below.
.. code:: python
@@ -169,7 +169,7 @@ Possible parameters:
$ curl --user your-email:your-password "https://pyaggr3g470r.herokuapp.com/api/v1.0/articles?filter_=read&feed=24&limit=20"
$ curl --user your-email:your-password "https://pyaggr3g470r.herokuapp.com/api/v1.0/articles?filter_=all&feed=24&limit=20"
-To get an article:
+Get an article:
.. code:: bash
@@ -222,7 +222,6 @@ Delete an article:
"message": "Article not found"
}
-For example you can use this in order to connect pyAggr3g470r to your own crawler.
Donation
========
bgstack15