(proxyPath, hubPath, timeoutMs)
| 154 | } |
| 155 | |
| 156 | function _get(proxyPath, hubPath, timeoutMs) { |
| 157 | if (_isProxyMode() && getProxyUrl()) { |
| 158 | return _proxyRequest('GET', proxyPath, null, timeoutMs); |
| 159 | } |
| 160 | return _hubGet(hubPath, timeoutMs); |
| 161 | } |
| 162 | |
| 163 | /** |
| 164 | * POST /a2a/atp/order -- place an ATP order with routing |
no test coverage detected