observeResponse

abstract fun observeResponse(observer: ResponseObserver<T>): DataSource<T>

observes a ApiResponse value from the API call request.