LionWeb-io / lionweb-repository

Reference implementation of LionWeb repository
Apache License 2.0
2 stars 1 forks source link

Need to check for existence of repository #67

Closed joswarmer closed 1 week ago

joswarmer commented 1 week ago

While looking into https://github.com/LionWeb-io/lionweb-repository/issues/65 I found that there is no check whether a repository that is being used actually exist, leading to errors when doing a request on a non-existing repository. This check should be added to each request and have a failed response message if the repository does not exist.