
commonMain.com.prof18.rssparser.internal.XmlFetcher.kt Maven / Gradle / Ivy
package com.prof18.rssparser.internal
internal interface XmlFetcher {
suspend fun fetchXml(url: String): ParserInput
fun generateParserInputFromString(rawRssFeed: String): ParserInput
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy