lib / com.kirkbushman.araw / RedditApi / fetchSubmissionsSearchGeneral
fetchSubmissionsSearchGeneral
@GET("/search/.json") abstract fun fetchSubmissionsSearchGeneral(@Query("type") type: String = "link", @Query("q") query: String, @Query("show") show: String? = null, @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<EnvelopedSubmissionListing>