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
Name | Type |
---|---|
repository | Repository |
Returns
Promise
<Type
<Map
<string
, string
>>>
Defined in
src/service/domain/document/storage_service_url_get.ts:13
getStorageServiceUrl
▸ getStorageServiceUrl(organization
, repository
): Promise
<Type
<string
| undefined
>>
Parameters
Name | Type |
---|---|
organization | any |
repository | any |
Returns
Promise
<Type
<string
| undefined
>>