Go wrapper library for the Wallabag API
- http://wallabag.org/
- https://github.com/wallabag/wallabag/
- http://doc.wallabag.org/en/master/developer/api.html
- wallago version 1.0.0 and before: compatible with wallabag 2.2.1 - 2.2.3
- wallago version 2.0.0: tested only with wallabag 2.3.2
-
GET /api/annotations/{entry}.{_format}
-
GET /api/entries.{_format}
-
GET /api/entries/exists.{_format}
-
GET /api/entries/{entry}.{_format}
-
GET /api/entries/{entry}/export.{_format}
-
GET /api/entries/{entry}/tags.{_format}
-
GET /api/tags.{_format}
-
GET /api/version.{_format}
-
POST /api/annotations/{entry}.{_format}
-
POST /api/entries.{_format}
-
POST /api/entries/{entry}/tags.{_format}
-
PUT /api/annotations/{annotation}.{_format}
-
DELETE /api/annotations/{annotation}.{_format}
-
DELETE /api/entries/{entry}.{_format}
-
DELETE /api/entries/{entry}/tags/{tag}.{_format}
-
DELETE /api/tag/label.{_format}
-
DELETE /api/tags/label.{_format}
-
DELETE /api/tags/{tag}.{_format}
-
PATCH /api/entries/{entry}.{_format}
-
PATCH /api/entries/{entry}/reload.{_format}
- wallabako - wallabag client for Kobo readers
- wallabag-stats - draws a chart for unread and total articles in your wallabag instance
- wallabag-add-article - commandline utility to add an article to wallabag