simonsobs / librarian

The HERA Librarian.
BSD 2-Clause "Simplified" License
1 stars 2 forks source link

Refactor search endpoints #33

Open JBorrow opened 7 months ago

JBorrow commented 7 months ago

Endpoints are currently returning a 404 when no files are found. This is not correct; the problem is that this implies that the endpoint was not found.

JBorrow commented 7 months ago

They should also be GET not POST