Skip to main content

service/domain/document/storage_service_url_get

Api Code Documentation / Exports / service/domain/document/storage_service_url_get

Table of contents

Functions

Functions

getAllStorageServiceUrls

getAllStorageServiceUrls(repository): Promise<Type<Map<string, string>>>

Parameters

NameType
repositoryRepository

Returns

Promise<Type<Map<string, string>>>

Defined in

src/service/domain/document/storage_service_url_get.ts:11


getStorageServiceUrl

getStorageServiceUrl(organization, repository): Promise<Type<string | undefined>>

Parameters

NameType
organizationany
repositoryany

Returns

Promise<Type<string | undefined>>

Defined in

src/service/domain/document/storage_service_url_get.ts:26