Skip to content

Support for reading from a string containing feed data#180

Merged
w3stling merged 1 commit intomasterfrom
read-string-containing-a-feed
Sep 20, 2024
Merged

Support for reading from a string containing feed data#180
w3stling merged 1 commit intomasterfrom
read-string-containing-a-feed

Conversation

@w3stling
Copy link
Owner

This PR enables the read method to accept and process RSS/Atom feed data provided as a string.

Example:

String feed = "<rss>...</rss>"
List<Item> items = new RssReader().read(feed).toList()

@w3stling w3stling added the enhancement New feature or request label Sep 20, 2024
@sonarqubecloud
Copy link

@github-actions
Copy link

Test Results

 10 files   10 suites   31s ⏱️
279 tests 277 ✅ 2 💤 0 ❌
287 runs  285 ✅ 2 💤 0 ❌

Results for commit c38f227.

@w3stling w3stling merged commit 89d3737 into master Sep 20, 2024
@w3stling w3stling deleted the read-string-containing-a-feed branch September 20, 2024 17:23
@w3stling w3stling changed the title Parse a feed from a string Support for reading from a string containing a feed Sep 20, 2024
@w3stling w3stling changed the title Support for reading from a string containing a feed Support for reading from a string containing a feed data Sep 20, 2024
@w3stling w3stling changed the title Support for reading from a string containing a feed data Support for reading from a string containing feed data Sep 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant