italia/publiccode-validator-api

Add a way to validate via URL

Open

#32 opened on Feb 11, 2026

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Go (5 forks)auto 404
enhancementhelp wanted

Repository metrics

Stars
 (5 stars)
PR merge metrics
 (PR metrics pending)

Description

Have /v1/validate accept an arg like ?url=https://…/publiccode.yml would save clients from having to download the file and then send it over again.

Evaluate if it's worth, and try not to turn the API into a proxy for abuse or DDoS (timeouts, size limits, redirects, https-only, etc).

Contributor guide