aboutsummaryrefslogtreecommitdiff
path: root/pyaggr3g470r/rest.py
Commit message (Collapse)AuthorAge
* Updated years f copyright.Cédric Bonhomme2015-01-03
|
* Python 3 supportCédric Bonhomme2014-10-01
|
* Improved return messages of the Web service.Cédric Bonhomme2014-07-06
|
* THe JSON REST API return the number of articles in a feed only for one feed.Cédric Bonhomme2014-07-06
|
* Updated NEWS.rst for the new release.Cédric Bonhomme2014-07-05
|
* Updated REST API error codes.Cédric Bonhomme2014-07-05
|
* It is now possible to tupdate a feed with REST API.Cédric Bonhomme2014-07-05
|
* Add an article with the JSON REST API with default arguments.Cédric Bonhomme2014-07-04
|
* FeedAPI added to the rest module.Cédric Bonhomme2014-07-02
|
* Added FeedListAPI ressource (todo: FeedAPI ressource).Cédric Bonhomme2014-07-01
|
* A little bit more JavaScript.Cédric Bonhomme2014-06-29
|
* Delete article from the Whoosh indew when article has been deleted via the ↵Cédric Bonhomme2014-06-28
| | | | REST API.
* It is now possible to update the status ('like' and 'readed') of an article ↵Cédric Bonhomme2014-06-23
| | | | with the REST API.
* DELETE method for the REST service has been implemented.Cédric Bonhomme2014-06-23
|
* Updated README and fixed a problem when parsing the publication date of the ↵Cédric Bonhomme2014-06-23
| | | | article.
* POST method should be defined in ArticleListAPI.Cédric Bonhomme2014-06-23
|
* It is now possible to add new articles with the API!Cédric Bonhomme2014-06-23
|
* The JSON service now returns HTTPS status code with messages to explain the ↵Cédric Bonhomme2014-06-23
| | | | problem.
* The API has been updated.Cédric Bonhomme2014-06-22
|
* Check if the account of the user is activated when accessing via the Web ↵Cédric Bonhomme2014-06-19
| | | | service.
* Authentication based on the session (when the user is already logged on the ↵Cédric Bonhomme2014-06-18
| | | | site) or authentication via HTTP only (with request.authorization).
* Testing a REST API.Cédric Bonhomme2014-06-18
bgstack15