From f915b54765dc9e272898b46d5316591b3d8f2b3d Mon Sep 17 00:00:00 2001 From: Ankur Naik Date: Mon, 18 Nov 2024 17:29:47 -0800 Subject: [PATCH] Added notes indicating untested methods related to booths and event tracks (features that are available only in certain Airmeet plans). --- parsons/airmeet/airmeet.py | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/parsons/airmeet/airmeet.py b/parsons/airmeet/airmeet.py index 7f775356e1..37791cb5f0 100644 --- a/parsons/airmeet/airmeet.py +++ b/parsons/airmeet/airmeet.py @@ -258,6 +258,9 @@ def fetch_airmeet_booths(self, airmeet_id) -> Table: """ Get the list of booths for a specific Airmeet by ID. + `CAUTION: This method is untested. Booths are available only in + certain Airmeet plans.` + `Args:` airmeet_id: string The id of the Airmeet. @@ -279,6 +282,9 @@ def fetch_booth_attendance(self, airmeet_id, booth_id) -> Table: "This is an Asynchronous API. If you get a 202 code in response, please try again after 5 minutes." + `CAUTION: This method is untested. Booths are available only in + certain Airmeet plans.` + `Args:` airmeet_id: string The id of the Airmeet. @@ -328,6 +334,9 @@ def fetch_event_tracks(self, airmeet_id) -> Table: """ Get a list of the tracks in a specific Airmeet by ID. + `CAUTION: This method is untested. Event tracks are available only in + certain Airmeet plans.` + `Args:` airmeet_id: string The id of the Airmeet.