If you are getting uid===-1 on the /api/config route it means your request was classified as a spider. https://github.com/NodeBB/NodeBB/blob/master/src/routes/authentication.js#L38
Documentation on how to use NodeBB available funtions and methods
-
Where can I find Documentation on how to use NodeBB available functions and methods for example I found out that NodeBB uses something like api.topics.get(req, req.params) to get the Topics via API, I relay love to know how to use other functionality like the one above
-
-
Also https://docs.nodebb.org/, I added a link to it in the nav bar as well