API Reference
This is a comprehensive explanation of the egytech_api structure and background processes.
egytech_api.core.Participants
Object for fetching data of individual survey responses.
Participantsegytech_api.core.Stats
Object for fetching data of aggregated responses with specific parameters.
Statsegytech_api.core.PoolingClient
Object for fetching multiple participant data with different parameters leveraging httpx's powerful connection pooling.
PoolingClientegytech_api.models.ParticipantsQueryParams
Object that parses and validates query parameters for the /participants endpoint of the egytech.fyi API.
ParticipantsQueryParamsegytech_api.models.StatsQueryParams
Object that parses and validates query parameters for the /stats
endpoint of the egytech.fyi API. It essentially the same as egytech_api.models.ParticipantsQueryParams
with the addition of the field "programming_language" which is unsupported for the /participants
endpoint.
Last updated