Companion

object Companion

Functions

Link copied to clipboard
fun create(    title: String,     description: String,     link: URL,     config: Channel.() -> Unit): Rss
Link copied to clipboard
suspend fun from(    file: File,     rssReader: RssFileReader = RssFileReader(),     config: Rss.() -> Unit = {}): Rss?
fun from(    input: String,     rssReader: RssReader = RssReader(),     config: Rss.() -> Unit = {}): Rss?

Sources

Link copied to clipboard