nodebb-plugin-iml-api

Extend nodebb api methods based on nodebb-plugin-write-api.

Usage no npm install needed!

<script type="module">
  import nodebbPluginImlApi from 'https://cdn.skypack.dev/nodebb-plugin-iml-api';
</script>

README

NodeBB: API

Additional API methods. This plugin depends on write-api plugin.

Usage

In order to use these extended api methods, you should have Write Api Plugin in your system: activated and configured for token use.

API

/api/v1/recent

Get recent topics, can limit the length of the return list with the appending query "nums={num}".