JikanKt / moe.ganen.jikankt.connection / RestClient / <init>

<init>

RestClient(isDebug: Boolean = false, url: String? = null)

Class that handle request.

Parameters

isDebug - : a boolean that indicate if you run it on debug or not. If yes, it'll throw exception if something happen.

url - : Custom URL, will use default (Jikan URL) if null or empty.