Skip to main content

FuseAllowListSDK

@appfire/fuse-utilsDocs


@appfire/fuse-utils / FuseAllowListSDK

Class: FuseAllowListSDK

Constructors

new FuseAllowListSDK()

new FuseAllowListSDK(productType, appKey): FuseAllowListSDK

Parameters

productType: ProductType

appKey: string

Returns

FuseAllowListSDK

Defined in

repository/allow-list.repository.ts:23

Properties

appKey

appKey: string

Defined in

repository/allow-list.repository.ts:20


baseUrl

baseUrl: string

Defined in

repository/allow-list.repository.ts:21


fuseHttpClient

fuseHttpClient: ConfluenceHttpClient | JiraHttpClient | MondayHttpClient

Defined in

repository/allow-list.repository.ts:18


productType

productType: ProductType

Defined in

repository/allow-list.repository.ts:19

Methods

isUrlExists()

isUrlExists(url): Promise\<boolean>

Parameters

url: string

Returns

Promise\<boolean>

Defined in

repository/allow-list.repository.ts:50


list()

list(): Promise\<AllowLists>

Returns

Promise\<AllowLists>

Defined in

repository/allow-list.repository.ts:34


updateWhiteList()

updateWhiteList(allowLists): Promise\<void>

Parameters

allowLists: UpdateAllowListRequest

Returns

Promise\<void>

Defined in

repository/allow-list.repository.ts:47