nodebb-plugin-write-api icon indicating copy to clipboard operation
nodebb-plugin-write-api copied to clipboard

Notification route

Open ricoud opened this issue 10 years ago • 4 comments
trafficstars

Will appreciate to have a route to send notification. Thanks in advance

ricoud avatar Sep 15 '15 19:09 ricoud

Interesting idea, will consider adding it.

julianlam avatar Dec 12 '15 03:12 julianlam

@julianlam I would like if I can help create the notification route. Is there any docs on the Notifications API, and how to use it?

jamesjjk avatar Feb 02 '16 09:02 jamesjjk

Hi @jamesjjk -- thanks for the interest!

You'd follow the same format of the other routes (and probably have to start a new router file in the routes/v1/ directory to keep things organised).

You'll want to hook into the .create() and .push() routes in core.

julianlam avatar Feb 03 '16 17:02 julianlam

@julianlam thanks I will check it out! Will try and create end-points for votes and notifications and mentions..

jamesjjk avatar Feb 04 '16 06:02 jamesjjk