Files
tools/packages/poster/test/spec.mjs
jacob 25d32929d1 ss
2024-04-07 15:21:52 -05:00

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());