Skip to content

Update documentation#200

Merged
w3stling merged 1 commit intomasterfrom
update-documentation
Dec 1, 2024
Merged

Update documentation#200
w3stling merged 1 commit intomasterfrom
update-documentation

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
@sonarqubecloud
Copy link

sonarqubecloud bot commented Dec 1, 2024

@github-actions
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
@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