lazyengineering / faststatus

Simple API for sharing if a resource is free, busy, or very busy
MIT License
1 stars 2 forks source link

Implement GET Resource by ID restful endpoint #37

Closed jessecarl closed 7 years ago

jessecarl commented 7 years ago

Implements the endpoint for getting Resources by ID. This expects the behavior of the Store to return a zero-value Resource and not an error when the requested Resource does not exist or is not found.

jessecarl commented 7 years ago

This resolves #4

coveralls commented 7 years ago

Coverage Status

Coverage decreased (-0.05%) to 89.93% when pulling 11338a66d5438d2f094cb77ed2435d81375dece5 on feature/rest-gets into d142c87258e694afc15d26163acb3fdf5248692b on master.

coveralls commented 7 years ago

Coverage Status

Coverage decreased (-0.4%) to 89.535% when pulling f73fd7d4774842e8e14f46cb5d618870ff8a8861 on feature/rest-gets into d142c87258e694afc15d26163acb3fdf5248692b on master.