beatsaber-crashreporterapi
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

beatsaber-crashreporterapi

A simple wrapper for the CrashReporter API

Installing

npm install beatsaber-crashreporterapi

Example

const { CrashReporterAPI } = require('beatsaber-crashreporterapi');

const cr = new CrashReporterAPI('MyApp', '1.0.0');

const crashes = cr.getRecentCrashes({
	limit: 10,
	search: 'libqosmetics-core.so',
	age: 10
}).then(crashes => {
	crashes.forEach(crash => console.log(crash.crashId));
});

Credit

beatsaver-api - I have never written a library before so this was very useful for reference

/beatsaber-crashreporterapi/

    Package Sidebar

    Install

    npm i beatsaber-crashreporterapi

    Weekly Downloads

    0

    Version

    1.0.2

    License

    MIT

    Unpacked Size

    8.67 kB

    Total Files

    17

    Last publish

    Collaborators

    • kodenamekrak