RestClient(isDebug: Boolean = false, url: String? = null)
Class that handle request.
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.