Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
const warpstore = new WarpStore()
const warpstore = new WarpStore() const response = await warpstore.template.v1.store.getInfo({ subDomain: "seu_sub_dominio", // domain: "ou_seu_dominio" }) if(response.isFailure()){ console.log(response.value.errorName); return; } console.log(response.value);
Was this page helpful?