Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update documentation #200

Merged
merged 1 commit into from
Dec 1, 2024
Merged

Update documentation #200

merged 1 commit into from
Dec 1, 2024

Conversation

w3stling
Copy link
Owner

@w3stling w3stling commented Dec 1, 2024

Updated documentation with:

  • Example for reading from file using file URI
List<Item> items = new RssReader().read("file:/path/to/file");
                                  .toList();
  • Examples of sorting items by updated time
.sorted(ItemComparator.newestUpdatedItemFirst())
.sorted(ItemComparator.oldestUpdatedItemFirst())

@w3stling w3stling added the documentation Improvements or additions to documentation label Dec 1, 2024
Copy link

sonarcloud bot commented Dec 1, 2024

Copy link

github-actions bot commented Dec 1, 2024

Test Results

 11 files   11 suites   34s ⏱️
301 tests 300 ✅ 1 💤 0 ❌
309 runs  308 ✅ 1 💤 0 ❌

Results for commit 1360872.

@w3stling w3stling merged commit 3824fa8 into master Dec 1, 2024
5 checks passed
@w3stling w3stling deleted the update-documentation branch December 1, 2024 07:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant