mirror of
https://github.com/sern-handler/tools
synced 2026-06-27 18:22:22 +00:00
13 lines
175 B
JavaScript
13 lines
175 B
JavaScript
import poster from '../dist/index.js';
|
|
|
|
const send = poster.client("token", "appid");
|
|
|
|
|
|
const req = await send("global/get-all", {
|
|
|
|
});
|
|
|
|
|
|
console.log(await req.json());
|
|
|