Model APIs
Servicios FastAPI que componen HF Earth.
fth-analyzer
v0.1.0
Flight & Hike Track Analyzer
http://fth-analyzer:8000
40 endpoints
0 env vars
app.py
Track Service
v1.0
Servicio FastAPI.
http://localhost:8000
7 endpoints
0 env vars
app.py
Competitions Service
v0.1.0
Servicio FastAPI.
http://localhost:8200
25 endpoints
0 env vars
app.py
Explorar y Probar
Acceso rápido a Swagger UI (`Try it out`) de cada servicio.
Notas
- Este contenido se genera leyendo los decoradores
@app.get/@app.posten los servicios. - Los ejemplos de base URL se obtienen del config de Laravel (ver
config/hf_services.php).