Skip to content

Commit

Permalink
feat: add filters to getAnnotations to improve valpal
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel committed Jul 10, 2024
1 parent 90369d5 commit 077c0cb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sypht/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -435,6 +435,8 @@ def get_annotations(
specification=None,
from_date=None,
to_date=None,
last_updated_from=None,
last_updated_to=None,
endpoint=None,
rec_limit=None,
company_id=None,
Expand All @@ -453,6 +455,8 @@ def get_annotations(
specification=specification,
from_date=from_date,
to_date=to_date,
last_updated_from=last_updated_from,
last_updated_to=last_updated_to,
endpoint=endpoint,
company_id=company_id,
):
Expand Down

0 comments on commit 077c0cb

Please sign in to comment.