oveja
- Karma
- 0
- Created
- ()
- Submissions
- 0
-
I am curious as to which philosophy you use when designing a REST API that returns JSON. If, for example, no record is found do you return a 404 status code or a 200 with an error message? I'm partial to using HTTP…