lib / com.kirkbushman.araw / RedditApi / fetchRedditorOverview
fetchRedditorOverview
@GET("/user/{username}/.json") abstract fun fetchRedditorOverview(@Path("username") username: 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>