You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have an existing feed in a string and I wanted to parse it. So I don't need feed-io to fetch it via network. So I am answering my own question with an example:
As far as I understand this is the way to go when wanting to parse a feed when you already have it as a string. Has a readString() method in FeedIo been considered? Would be nice to have all the parser already loaded etc.
The text was updated successfully, but these errors were encountered:
I have an existing feed in a string and I wanted to parse it. So I don't need feed-io to fetch it via network. So I am answering my own question with an example:
As far as I understand this is the way to go when wanting to parse a feed when you already have it as a string. Has a
readString()
method inFeedIo
been considered? Would be nice to have all the parser already loaded etc.The text was updated successfully, but these errors were encountered: