|
|
|
|
|
by throwaway_ocr
1431 days ago
|
|
The whole argument falls apart for me when it's acceptable to 404 when an api version isn't found, while it's not acceptable to 404 when an employee isn't found. Why would we handle not finding an employee differently from not finding an API version? If we're saying employees/100 should return 200 because it "could" exist, but doesn't at the moment, then why would we ever return anything other than 200? Any route "could" come to exist at a future point. |
|