()
| 47 | ) {} |
| 48 | |
| 49 | get baseUrl() { |
| 50 | return `https://restapi.getui.com/v2/${this.appId}`; |
| 51 | } |
| 52 | |
| 53 | /** |
| 54 | * Generate Request ID with fixed prefix and timestamp and random number |
nothing calls this directly
no outgoing calls
no test coverage detected