diff --git a/docs/index.md b/docs/index.md index 899187a..0b50099 100644 --- a/docs/index.md +++ b/docs/index.md @@ -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. diff --git a/src/otf_api/api.py b/src/otf_api/api.py index a0ec8d6..82b9400 100644 --- a/src/otf_api/api.py +++ b/src/otf_api/api.py @@ -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.