(config)
| 233 | } |
| 234 | |
| 235 | getUri(config) { |
| 236 | config = mergeConfig(this.defaults, config); |
| 237 | const fullPath = buildFullPath(config.baseURL, config.url, config.allowAbsoluteUrls, config); |
| 238 | return buildURL(fullPath, config.params, config.paramsSerializer); |
| 239 | } |
| 240 | } |
| 241 | |
| 242 | class="cm">// Provide aliases for supported request methods |
no test coverage detected