(query: object | Record<string, unknown>)
| 616 | } |
| 617 | |
| 618 | protected stringifyQuery(query: object | Record<string, unknown>): string { |
| 619 | return stringifyQuery(query); |
| 620 | } |
| 621 | |
| 622 | private getUserAgent(): string { |
| 623 | return `${this.constructor.name}/JS ${VERSION}`; |
no test coverage detected