Skip to content
This repository was archived by the owner on May 25, 2025. It is now read-only.

Commit acfcad5

Browse files
authored
Update README.md
Signed-off-by: fulleni <fulleni@hotmail.com>
1 parent 35047bb commit acfcad5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ A Dart package that provides a repository for managing news headlines data.
22
It abstracts the data source and provides a clean API for
33
fetching, creating, updating, deleting, and searching headlines.
44

5+
> **Note:** This package is being archived. Please use the successor package [`ht-data-repository`](https://github.com/headlines-toolkit/ht-data-repository) instead.
6+
57
## Features
68

79
- **Fetch Headlines:** Retrieve a paginated list of news headlines. Supports optional filtering using lists of `Category`, `Source`, and `Country` objects. Filtering logic is OR within each list and AND across different filter types (e.g., (category A OR B) AND (source X OR Y)).
@@ -167,4 +169,4 @@ void main() async {
167169
## Additional information
168170

169171
This package is designed to be data source agnostic, allowing you to easily switch
170-
between different backend implementations by providing a different `HtHeadlinesClient`.
172+
between different backend implementations by providing a different `HtHeadlinesClient`.

0 commit comments

Comments
 (0)