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.

Participantschevron-right

egytech_api.core.Stats

Object for fetching data of aggregated responses with specific parameters.

Statschevron-right

egytech_api.core.PoolingClient

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

PoolingClientchevron-right

egytech_api.models.ParticipantsQueryParams

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

ParticipantsQueryParamschevron-right

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.ParticipantsQueryParamsarrow-up-right with the addition of the field "programming_language" which is unsupported for the /participants endpoint.

StatsQueryParamschevron-right

Last updated