@convexvalue/app
v0.2.0
Published
Browser data API helpers for ConvexValue apps.
Downloads
220
Readme
@convexvalue/app
Browser data helpers for ConvexValue apps.
import { getCommand, getEconCal, getChain } from "@convexvalue/app";
const command = getCommand();
const calendar = await getEconCal(1);
const chain = await getChain({ symbols: ["SPY"], params: ["iv", "delta"] });Uploaded apps call same-origin /api/get, /api/data, and /api/ws. The browser sends the ConvexValue app session cookie automatically after launch.
