-
Notifications
You must be signed in to change notification settings - Fork 1
Élie Michel edited this page Dec 4, 2014
·
3 revisions
/!\ Warning: The API is going to be refactored. See RFF5 for information.
This page describes the functions available in the API, for AJAX calls in templates for instance.
This page allows you to mark items as read / unread.
- A call to
/api/mark_read.php?entry=ENTRY_IDmarks as read the item designated byENTRY_ID. - A call to
/api/mark_read.php?entry=ENTRY_ID&unread=1marks as unread the item designated byENTRY_ID. - A call to
/api/mark_read.php?all=1marks all the items as read. - A call to
/api/mark_read.php?all=1&view=VIEWmarks all the items of the viewVIEWas read (easy way to mark an entire tag / feed as read).
- A call to
/api/tags.php?entry=ENTRY_ID&tag=TAGadd the tagTAGto the item designated byENTRY_ID.