(verb, requestUrl, stream, additionalHeaders)
| 2658 | }); |
| 2659 | } |
| 2660 | sendStream(verb, requestUrl, stream, additionalHeaders) { |
| 2661 | return __awaiter(this, void 0, void 0, function* () { |
| 2662 | return this.request(verb, requestUrl, stream, additionalHeaders); |
| 2663 | }); |
| 2664 | } |
| 2665 | /** |
| 2666 | * Gets a typed object from an endpoint |
| 2667 | * Be aware that not found returns a null. Other errors (4xx, 5xx) reject the promise |