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
>>>
#
ParametersName | Type |
---|---|
repository | Repository |
#
ReturnsPromise
<Type
<Map
<string
, string
>>>
#
Defined insrc/service/domain/document/storage_service_url_get.ts:11
#
getStorageServiceUrlâ–¸ getStorageServiceUrl(organization
, repository
): Promise
<Type
<string
| undefined
>>
#
ParametersName | Type |
---|---|
organization | any |
repository | any |
#
ReturnsPromise
<Type
<string
| undefined
>>