mirror of
https://github.com/sern-handler/tools
synced 2026-06-12 02:42:21 +00:00
12 lines
160 B
JavaScript
12 lines
160 B
JavaScript
import poster from '../dist/index.mjs';
|
|
|
|
const send = poster.client("token");
|
|
|
|
const req = await send("user/get", {
|
|
|
|
});
|
|
|
|
|
|
console.log(await req.json());
|
|
|