Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/s3si/src/exporters/stat.ink.ts>StatInkExporter

Export your battles from SplatNet to stat.ink
Go to Latest
class StatInkExporter
implements GameExporter
import { StatInkExporter } from "https://deno.land/x/s3si@v0.1.8/src/exporters/stat.ink.ts";

Exporter to stat.ink.

This is the default exporter. It will upload each battle detail to stat.ink.

Constructors

new
StatInkExporter(statInkApiKey: string, uploadMode: string)

Properties

name: string

Methods

mapBattle(unnamed 0: VsInfo): Promise<StatInkPostBody>
mapPlayer(player: VsPlayer, index: number): StatInkPlayer
mapStage(unnamed 0: VsHistoryDetail): Promise<string>
notExported(unnamed 0: { list: string[]; }): Promise<string[]>