mirror of
https://github.com/sern-handler/tools
synced 2026-06-25 17:22:22 +00:00
12 lines
173 B
JavaScript
12 lines
173 B
JavaScript
import poster from '../dist/poster.mjs';
|
|
|
|
const send = await poster.client("token");
|
|
|
|
const req = await send("global/get-all", {
|
|
|
|
});
|
|
|
|
|
|
console.log(await req.json());
|
|
|