@peter setting the number of recent posts on the homepage to 0 got me my 100% usability on mobile. As it removes a lot of the padding issues that it complains about, read more being the main culprit. It's not big enough for mobile.
Is there any brief introductions to NodeBB apis
-
It can be noted that there are apis everywhere inside NodeBB forum, we can see many url request prefixed with
/api
. So is there any existent introductions on these or does it planed to be documented a few days later? -
Whatever page you see in NodeBB, if you add
/api/
, it will give the content of that page as JSON. It's that simple. -
Thank you!!
-
Cool, always nice to learn something new. Thanks
-
The
/api/
should be added on the left side, not at the end, just tested it:Example:
https://community.nodebb.org/api/topic/10213/is-there-any-brief-introductions-to-nodebb-apis/
-
@vstoykov important distinction to make, thanks