lib / com.kirkbushman.araw / RedditApi / redditorTrophies

redditorTrophies

@GET("/api/v1/user/{username}/trophies/.json") abstract fun redditorTrophies(@Path("username") username: String, @Query("raw_json") rawJson: Int? = null, @HeaderMap header: HashMap<String, String>): Call<TrophyList>