agarciamontoro / wallabago

Go wrapper for the Wallabag API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wallabago

Go wrapper library for the Wallabag API

Links

Project Status

Currently supported wallabag version

  • 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

Travis CI

Build Status

Go Report Card

Go Report Card Badge

Status of the implementation of the API calls

GET

  • 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

  • POST /api/annotations/{entry}.{_format}
  • POST /api/entries.{_format}
  • POST /api/entries/{entry}/tags.{_format}

PUT

  • PUT /api/annotations/{annotation}.{_format}

DELETE

  • 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

  • PATCH /api/entries/{entry}.{_format}
  • PATCH /api/entries/{entry}/reload.{_format}

Projects using wallabago

About

Go wrapper for the Wallabag API

License:GNU General Public License v3.0


Languages

Language:Go 99.2%Language:Makefile 0.8%