codingame_tools.client.common.protocol.survey¶
survey
¶
JSON-serializable dataclasses for the Survey service's findSurvey Codingame API method.
CgSurvey
dataclass
¶
CgSurvey(extra_data=dict())
Bases: JSONWizardX
A survey to potentially show a codingamer, as returned by findSurvey.
UNVERIFIED PLACEHOLDER: no populated example was available to test against at the time
this was written--every account tested (including the maintainer's own) returned a bare
null, seemingly meaning "no survey currently applicable". Every field observed on first
live use will show up in extra_data (see JSONWizardX's debug logging of unrecognized
fields)--fill in real fields here once that happens, following the pattern used for the
other schema classes in this project.