daniele-liprandi/EvoNEST-backbone

Missing API documentation for external endpoints

Open

#24 opened on Nov 26, 2025

 (0 comments) (0 reactions) (0 assignees)JavaScript (2 forks)auto 404
BackendLowenhancementgood first issue

Repository metrics

Stars
 (1 star)
PR merge metrics
 (PR metrics pending)

Description

Description

External API endpoints (/api/samples/ext, /api/traits/ext) are excluded from authentication but lack clear documentation about their intended use and security model.

Files affected

  • src/app/api/samples/ext/
  • src/app/api/traits/ext/

Recommended fix

  1. Document external API usage in README or dedicated docs
  2. Consider API key authentication for external endpoints
  3. Add rate limiting specifically for external endpoints

Contributor guide