UrlSettings

UrlSettings

new UrlSettings(gui_url, icon_url, composed_url, readmore_content_url, summary_content_url)

Base URLs needed for most GET operations for images etc.

Parameters:
Name Type Description
gui_url string
icon_url string
composed_url string
readmore_content_url string
summary_content_url string
Source:

Members

composed_url :string

Type:
  • string
Source:

gui_url :string

Type:
  • string
Source:

icon_url :string

Type:
  • string
Source:

readmore_content_url :string

Type:
  • string
Source:

summary_content_url :string

Type:
  • string
Source:

Methods

(static) enforceEndSlash(url) → {string}

Parameters:
Name Type Description
url string
Source:
Returns:
Type
string

(static) urlFix(url) → {string}

Parameters:
Name Type Description
url string
Source:
Returns:
Type
string