Friendship plugin ala facebook, modified for Quest and maintained by ETR
npm install nodebb-plugin-friends-etr
`
Integration with Write API
If you have the Write API Plugin installed, the following routes are exposed for you to use:
* /friends/:uid
* GET /
* Retrieves all friendship-related data pertaining to the user specified via uid, including pending friendship data
* Can only be called by an administrative account
* POST /
* Requests a friendship from user specified via userslug, or accepts a pending friendship, if one is outstanding
* Accepts: Nothing
* DELETE /
* Unfriends the user specified via uid` (relative to the calling user), or rejects a friendship request, if one is outstanding