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