lib / com.kirkbushman.araw / RedditApi / fetchRedditorInfo
fetchRedditorInfo
@GET("/user/{username}/{where}/.json") abstract fun fetchRedditorInfo(@Path("username") username: String, @Path("where") where: String, @Query("sort") sorting: String, @Query("t") timePeriod: String?, @Query("limit") limit: Long, @Query("count") count: Int, @Query("after") after: String? = null, @Query("before") before: String? = null, @Query("raw_json") rawJson: Int? = null, @HeaderMap : HashMap<String, String>): Call<EnvelopedContributionListing>