nna-sdk
v0.0.15
Published
SDK for No Name API
Readme
No Name API SDK
SDK for No Name API website.
In order to use this SDK, you need to have an account on the website. Grab your API key from the dashboard, create your logger service and you're ready to go!
Installation
npm install nna-sdk
Usage
import NNApi from "nna-sdk/core/main";
const nna = NNApi('api_key', "logger_name');
async function demo() {
try {
// Potential error
} catch (e) {
await nna.captureException({message: 'Logged', level: "info"});
}
}Credits to No Name API for the API and the SDK.
