(params: Dict = {})
| 5110 | //** Delivery methods */ |
| 5111 | |
| 5112 | async deliveryPing(params: Dict = {}) { |
| 5113 | return await this.publicDeliveryRequest('v1/ping', params); |
| 5114 | } |
| 5115 | |
| 5116 | async deliveryTime(params: Dict = {}) { |
| 5117 | return await this.publicDeliveryRequest('v1/time', params); |
nothing calls this directly
no test coverage detected