The Client is how you interact with the API, through an Adaptor.
TriggerClient
export const client = new TriggerClient({ id: "my-webapp", apiKey: process.env.TRIGGER_API_KEY!, });
createPagesRoute()
createAppRoute()
TriggerDevModule
createAstroRoute()
createRemixRoute()
createSvelteRoute()
Was this page helpful?