Skip to content

API Explorer

The CloudscapeReactTsWebsiteProject has an optional parameter called typeSafeApis which if passed in, automatically configures your website to set up an API Explorer which will allow you to make sigv4 signed requested to your configured Type Safe API(s).

new CloudscapeReactTsWebsiteProject({
    parent: monorepo,
    outdir: "packages/website",
    name: "website",
    typeSafeApis: [api],
});

Last update: 2024-05-08