aboutsummaryrefslogtreecommitdiff
path: root/nnttrss.el
Commit message (Collapse)AuthorAgeFilesLines
* First pass at implementing all required backend functionsPedro Silva2013-04-111-45/+154
|
* Refactor 'nnttrss--{read,write}-*' into 'nnttrss--{read,write}-vars'Pedro Silva2013-04-101-108/+109
|
* Implemetn nnttrss--{*} utility functionsPedro Silva2013-04-091-2/+190
| | | | * nnttrss--{read,write,update}-{headlines,article-map}
* Extract functional bindings logic to its own ttrss.el libraryPedro Silva2013-04-031-187/+1
|
* Implement nnttrss-get-{categories,headlines}Pedro Silva2013-04-031-8/+75
|
* Remove indentation in some doc stringsPedro Silva2013-04-031-8/+8
|
* Use locally bound ADDRESS instead of global nnttrss-addressPedro Silva2013-04-031-2/+2
| | | | - nnttrss-get-{unread,counters}
* Finish nnttrss-get-feeds implementation that was previously WIPPedro Silva2013-04-031-8/+6
|
* Fix indentation problem putting nnttrss-logged-in-p nested within previous defunPedro Silva2013-04-031-7/+7
|
* Add new server statistics code pagePedro Silva2013-04-021-0/+43
| | | | | - includes working implementations for nnttrss-get-{unread,counters} - WIP implementation for nnttrss-get-feeds
* Change nnrss-post-request api so that PROPERTY is required but can bePedro Silva2013-04-021-14/+13
| | | | | | | nil Before, not passing the optional PROPERTY would break the keyword arguments after it
* Add library headers boilerplatePedro Silva2013-04-021-0/+27
|
* Change nnttrss-post-request to take content as &rest argumentPedro Silva2013-04-021-25/+25
| | | | This allows for more natural syntax in calling functions
* Add new private var for tracking server versionPedro Silva2013-04-021-1/+13
|
* Add new private var for tracking API levelPedro Silva2013-04-021-0/+11
|
* Add optional PROPERTY argument to nnttrss-post-requestPedro Silva2013-04-021-13/+22
| | | | | - If PROPERTY is not nil return its corresponding value instead of the entire response content. - Change session management functions accordingly.
* Implement nnttrss-{login,logout,logged-in-p}Pedro Silva2013-04-021-0/+23
|
* Implement helper function for POSTING plists as JSONPedro Silva2013-04-021-0/+21
| | | | Returns JSON response content as a plist
* Add initial boilerplate stuffPedro Silva2013-04-021-0/+25