interface KakaoImageSearchApi
카카오 Image Api 를 구현한 Interface 입니다. Retrofit2 로 구성되었습니다.
Author
ayteneve93@gmail.com
abstract fun getImages(queryKeyword: String, sortOptionString: String, pageNumber: Int, size: Int): Single<KakaoImageModelList>
카카오 Image Api 입니다. |