NoDataRequest

interface NoDataRequest<T : Response> : Request<T>

데이터가 필요하지 않은 API 요청을 나타냅니다.

Inheritors

Properties

Link copied to clipboard
abstract val client: KISApiClient

Functions

Link copied to clipboard
abstract suspend fun call(): Result<T>

데이터를 담지 않고 API를 호출한 후 결과를 반환합니다.