Skip to main content

FuseAllowListSDK

@appfire/fuse-utils / Exports / FuseAllowListSDK

Class: FuseAllowListSDK

Table of contents

Constructors

Properties

Methods

Constructors

constructor

new FuseAllowListSDK(productType, appKey)

Parameters

NameType
productTypeProductType
appKeystring

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

NameType
urlstring

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

NameType
allowListsUpdateAllowListRequest

Returns

Promise<void>

Defined in

repository/allow-list.repository.ts:47