elixir-europe / MARS

Multi-Repository Data Submission using ISA-JSON
MIT License
5 stars 4 forks source link

Add healthcheck endpoint to repository API spec #34

Open apriltuesday opened 4 months ago

apriltuesday commented 4 months ago

Target repositories should support a healthcheck endpoint that the CLI can call to ensure services are up and running. The repository requirements document should mention this.

Not sure we should require something specific (e.g. /healthcheck or maybe even something more generic that we could extend in the future like /info?), or just require that repositories have one and tell us about it.