4 commenti (4 commenti)0 reazioni (0 reazioni)0 assegnatari (0 assegnatari)Python20.037 star (20.037 star)4936 fork (4936 fork)batch import
help wanted
Descrizione
Questa issue non ha descrizione indicizzata.
Guida contributor
- Tech stack
- pythonrest api
- Dominio
- backendapi
- Tipo issue
- feature
- DifficoltàQuanto dovrebbe essere impegnativa per un nuovo contributor.
- 3
- Tempo stimatoTempo stimato per completare e verificare uno scope piccolo.
- 1-3 hours
- Stato attivitàQuanto è probabile che la issue sia ancora attiva e reviewable.
- stale
- ChiarezzaQuanto chiaramente la issue descrive problema, scope e risultato atteso.
- mostly clear
- Prerequisiti
- PythonREST API concepts
- Adatta ai principiantiQuanto la issue è adatta a contributor alla prima esperienza.
- 40
- Direzione di ricerca
- The request is to add a parameter to the API to filter proxies by region (domestic/foreign). The API likely has a route returning proxy list. Check the existing API endpoints in the codebase, possibly in a file like `api.py` or `server.py`. Review closed PRs or branches that may have attempted this. The maintainer has not responded, so first confirm if the feature is desired. Then implement a query parameter like `?region=domestic` and filter the proxy list accordingly.