KSoft.js
Official Node.js API Wrapper for api.ksoft.si
this documentation is for version 3.0 or later.
If you're on an older version, please run npm i @ksoft/api
as there's been a lot of performance improvements.
Every API call in KSoft.js is asynchronous, meaning the it return a promise.
As an example, this is how you'd use the random-aww endpoint:
There's two official versions of the wrapper on NPM.
The stable version is available at @ksoft/api and is generally recommended. Nightly builds are available at @aero/ksoft and should only be used if you want to actively want to give feedback on development or really know what you're doing.
In the following documentation, all required arguments will be marked bold.
Last updated