EgyTech FYI Python Wrapper
  • Introduction
  • Quick Start
  • Reference
    • API Reference
      • Participants
      • Stats
      • PoolingClient
      • ParticipantsQueryParams
      • StatsQueryParams
    • Examples
      • Using The Pooling Client
Powered by GitBook
On this page
  • egytech_api.core.Participants
  • egytech_api.core.Stats
  • egytech_api.core.PoolingClient
  • egytech_api.models.ParticipantsQueryParams
  • egytech_api.models.StatsQueryParams
  1. Reference

API Reference

This is a comprehensive explanation of the egytech_api structure and background processes.

PreviousQuick StartNextParticipants

Last updated 11 months ago

egytech_api.core.Participants

Object for fetching data of individual survey responses.

egytech_api.core.Stats

Object for fetching data of aggregated responses with specific parameters.

egytech_api.core.PoolingClient

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

egytech_api.models.ParticipantsQueryParams

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

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

Participants
Stats
PoolingClient
ParticipantsQueryParams
egytech_api.models.ParticipantsQueryParams
StatsQueryParams