From f88564a3bc6aca7bb0698c7bc698ea25590bdab2 Mon Sep 17 00:00:00 2001 From: Shahriar Date: Sun, 16 Jun 2024 18:27:42 +0200 Subject: [PATCH] Update format parameter default value to 'html' in OmnivoreQL class --- omnivoreql/omnivoreql.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/omnivoreql/omnivoreql.py b/omnivoreql/omnivoreql.py index 6493201..0b5c307 100644 --- a/omnivoreql/omnivoreql.py +++ b/omnivoreql/omnivoreql.py @@ -180,7 +180,7 @@ def get_articles( :param limit: The number of articles to return. :param cursor: The cursor to use for pagination. - :param format: The format of the articles to return. Can be 'html' or 'markdown'. Default is 'html'. + :param format: The output format of the articles. Can be 'html' (default) or 'markdown'. :param query: The query to use for filtering articles. Example of query by date: 'in:inbox published:2024-03-01..*'. See https://docs.omnivore.app/using/search.html#filtering-by-save-publish-dates for more information. :param include_content: Whether to include the content of the articles. """