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.

Participants

egytech_api.core.Stats

Object for fetching data of aggregated responses with specific parameters.

Stats

egytech_api.core.PoolingClient

Object for fetching multiple participant data with different parameters leveraging httpx's powerful connection pooling.

PoolingClient

egytech_api.models.ParticipantsQueryParams

Object that parses and validates query parameters for the /participants endpoint of the egytech.fyi API.

ParticipantsQueryParams

egytech_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.

StatsQueryParams

Last updated