(params: Dict = {})
| 5207 | } |
| 5208 | |
| 5209 | async deliveryKeepDataStream(params: Dict = {}) { |
| 5210 | return await this.privateDeliveryRequest('v1/listenKey', params, 'PUT'); |
| 5211 | } |
| 5212 | |
| 5213 | async deliveryCloseDataStream(params: Dict = {}) { |
| 5214 | return await this.privateDeliveryRequest('v1/listenKey', params, 'DELETE'); |
nothing calls this directly
no test coverage detected