Skip to content

Commit

Permalink
Added notes indicating untested methods related to booths and event t…
Browse files Browse the repository at this point in the history
…racks (features that are available only in certain Airmeet plans).
  • Loading branch information
strangeways committed Nov 19, 2024
1 parent 642425b commit f915b54
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions parsons/airmeet/airmeet.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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.
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit f915b54

Please sign in to comment.