API Design - choosing status code for a GET route
Context You need to design some routes with the following properties: you need to do some computation in the backend they are idempotent: every time you call the route with the same params it should give you the same result and nothing should change...
Feb 5, 20224 min read53