* Returns the URL for depositing a request. * * @param {number|string|undefined} requestId * @returns {string}
(requestId)
| 183 | * @returns {string} |
| 184 | */ |
| 185 | static getUrl(requestId) { |
| 186 | return `${REQUEST_URL}/deposit/${requestId}/`; |
| 187 | } |
| 188 | |
| 189 | /** |
| 190 | * Returns a Promise that resolves when the request of given ID is deposited. |
no outgoing calls
no test coverage detected