From 170fe47d022a3bc30b47c0ff1277bee5034d25d5 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Wed, 18 Jun 2014 18:46:16 +0200 Subject: More informations about how to use the web service. --- README.rst | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index c440e0f8..263281d8 100644 --- a/README.rst +++ b/README.rst @@ -50,8 +50,8 @@ An instance of pyAggr3g470r is running `here $ heroku config:set RECAPTCHA_PUBLIC_KEY= @@ -159,6 +159,14 @@ It is possible to get your articles *via* a dedicated Web service. See the examp >>> rjson["result"][0]["date"] u'Wed, 18 Jun 2014 14:25:18 GMT' +Possible parameters: + +.. code:: bash + + $ curl --user your-email:your-password "https://pyaggr3g470r.herokuapp.com/articles.json/?filter_=unread&feed=24" + $ curl --user your-email:your-password "https://pyaggr3g470r.herokuapp.com/articles.json/?filter_=read&feed=24&limit=20" + $ curl --user your-email:your-password "https://pyaggr3g470r.herokuapp.com/articles.json/?filter_=all&feed=24&limit=20" + Donation ======== @@ -167,11 +175,13 @@ If you wish and if you like *pyAggr3g470r*, you can donate via bitcoin `1GVmhR9fbBeEh7rP1qNq76jWArDdDQ3otZ `_. Thank you! + Internationalization ==================== pyAggr3g470r is translated into English and French. + License ======= -- cgit