SciDAS / nextflow-api

MIT License
31 stars 5 forks source link

Add error checking to API endpoints #42

Closed bentsherman closed 4 years ago

bentsherman commented 4 years ago

Some of the API endpoints -- particularly the log endpoint -- do not handle the case where the given id is invalid. We definitely need to add error checking code for this before the v1.0 release.

bentsherman commented 4 years ago

Fixed in latest commit.