| Total Complexity | 3 | 
| Total Lines | 15 | 
| Duplicated Lines | 0 % | 
| Changes | 1 | ||
| Bugs | 0 | Features | 0 | 
| 1 | <?php  | 
            ||
| 12 | class Kline extends PublicEndpoint implements IGetEndpointInterface  | 
            ||
| 13 | { | 
            ||
| 14 | protected function getEndpointUrl(): string  | 
            ||
| 15 |     { | 
            ||
| 16 | return "/spot/v3/public/quote/kline";  | 
            ||
| 17 | }  | 
            ||
| 18 | |||
| 19 | protected function getResponseClassname(): string  | 
            ||
| 22 | }  | 
            ||
| 23 | |||
| 24 | protected function getRequestClassname(): string  | 
            ||
| 27 | }  | 
            ||
| 28 | }  |