@GET("/subreddits/mine/{where}/.json") abstract fun fetchRedditorSubreddits(@Path("where") where: 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 header: HashMap<String, String>): Call<EnvelopedSubredditDataListing>