Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into test/merge_pyscaffold
Browse files Browse the repository at this point in the history
  • Loading branch information
NodeJSmith committed Jul 6, 2024
2 parents 9424e87 + 75f172f commit d614132
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This library allows access to the OrangeTheory API to retrieve workouts and perf
pip install otf-api
```

{% include-markdown "./docs/usage.md" %}
{% include-markdown "./usage.md" %}

Disclaimer:
This project is in no way affiliated with OrangeTheory Fitness.
2 changes: 1 addition & 1 deletion src/otf_api/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ async def get_classes(
start_date (str | None): The start date to get classes for, in the format "YYYY-MM-DD". Default is None.
end_date (str | None): The end date to get classes for, in the format "YYYY-MM-DD". Default is None.
limit (int | None): Limit the number of classes returned. Default is None.
class_type (ClassType | list[ClassType] | None): The class type to filter by. Default is None. Multiple
class_type (ClassType | list[ClassType] | None): The class type to filter by. Default is None. Multiple\
class types can be provided, if there are multiple there will be a call per class type.
exclude_cancelled (bool): Whether to exclude cancelled classes. Default is False.
day_of_week (list[DoW] | None): The days of the week to filter by. Default is None.
Expand Down

0 comments on commit d614132

Please sign in to comment.