slidphilabs
v0.2.0
Published
Slid Phi Labs — the lab SDK (Chamber, TRU8, Gate, Suite, Olympiad, games)
Downloads
289
Maintainers
Readme
slidphilabs
The lab SDK. Chamber, TRU8, Gate, Suite, Olympiad, x402, TruGames desks.
OFA fight week is lab.ofa.* — optional. It is not the product.
npm i slidphilabsimport { SlidPhi } from "slidphilabs";
const lab = new SlidPhi();
const { welcome, discover, pricing } = await lab.open();
await lab.tru8.compress("<html>…</html>", "html");
await lab.gate.info();
await lab.products.x402();
await lab.olympiad.discover();
await lab.suite.pricing();
lab.games.desks(); // URLs for boxing / ofa / ofl / …
// only if you want the MMA cell:
// const w = await lab.ofa.seed(27);from slidphi import SlidPhi
lab = SlidPhi()
print(lab.pricing()["products"]["tru8"]["plans"]["year"]["usd"])Base: https://www.slidphilabs.com
npm run smoke