lib / com.kirkbushman.araw / RedditApi / fetchFrontpageSubmissionsSearch

fetchFrontpageSubmissionsSearch

@GET("/search/.json") abstract fun fetchFrontpageSubmissionsSearch(@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("restrict_sr") restrictToSubreddit: Boolean? = null, @Query("raw_json") rawJson: Int? = null, @HeaderMap header: HashMap<String, String>): Call<EnvelopedSubmissionListing>