API Reference
v1.0.0
Hand-Crafted for Developers
Welcome to the official API specification. The functions and models documented
below are automatically exposed to your frontend environment via the pytron bridge.
import pytron from 'pytron-client';
// Ensure backend connection
await pytron.waitForBackend();
// Access the APIs documented below
const result = await pytron.yourFunction();