Creates a new MinifluxClient instance.
Configuration object for the client
Creates a new user (admin only).
Username for the new user
Password for the new user
Whether the new user should have admin privileges
Promise resolving to the created user
Retrieves entries for a specific category.
ID of the category
Optional
filter: FilterOptional filter parameters
Promise resolving to the filtered entries
Retrieves read/unread counters for feeds.
Promise resolving to feed counters
Retrieves entries based on filter criteria.
Optional
filter: FilterOptional filter parameters
Promise resolving to the filtered entries
Retrieves entries for a specific feed.
ID of the feed
Optional
filter: FilterOptional filter parameters
Promise resolving to the filtered entries
Search for entries.
Search query
Optional
limit: numberOptional limit for the number of results
Promise resolving to the search results
Updates an entry's content.
ID of the entry
Update payload containing title and/or content
Promise resolving to the updated entry
MinifluxClient provides a TypeScript interface to interact with the Miniflux RSS reader API. It supports both API key and password authentication methods.