Skip to content

Commit

Permalink
Update format parameter default value to 'html' in OmnivoreQL class
Browse files Browse the repository at this point in the history
  • Loading branch information
yazdipour committed Jun 16, 2024
1 parent 4cdd21e commit f88564a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion omnivoreql/omnivoreql.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
"""
Expand Down

0 comments on commit f88564a

Please sign in to comment.