()
| 251 | extend = (...args: any[]) => Object.assign({}, ...args); |
| 252 | |
| 253 | getSpotUrl() { |
| 254 | if (this.Options.demo) return this.baseDemo; |
| 255 | if (this.Options.test) return this.baseTest; |
| 256 | return this.base; |
| 257 | } |
| 258 | |
| 259 | getSapiUrl() { |
| 260 | return this.sapi; |
no outgoing calls
no test coverage detected