Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface UrlBuilderOptions

Mapping of the incoming HTTP request path to the URL of the page model API.

Hierarchy

  • UrlBuilderOptions

Index

Properties

Optional apiBaseUrl

apiBaseUrl: undefined | string

Base URL to fetch the page model from. The default URL is cmsBaseUrl + /resourceapi.

cmsBaseUrl

cmsBaseUrl: string

Base URL of the CMS.

Optional spaBaseUrl

spaBaseUrl: undefined | string

Base URL of the SPA. Everything after it will be interpreted as a route into the page model. The default base url is an empty string.