@GET("/r/{subreddit}/about/{where}/.json") abstract fun subredditInfo(@Path("subreddit") subreddit: String, @Path("where") where: String, @Query("raw_json") rawJson: Int? = null, @HeaderMap header: HashMap<String, String>): Call<UserList>