app / com.gmail.ayteneve93.apex.kakaopay_preassignment.data.manager.kakao_image_search / KakaoImageSearchApi

KakaoImageSearchApi

interface KakaoImageSearchApi

카카오 Image Api 를 구현한 Interface 입니다. Retrofit2 로 구성되었습니다.

Author
ayteneve93@gmail.com

Functions

getImages

abstract fun getImages(queryKeyword: String, sortOptionString: String, pageNumber: Int, size: Int): Single<KakaoImageModelList>

카카오 Image Api 입니다.