Lucian Ghinda
All about coding

All about coding

Follow
homeRuby/Rails Tips and TILShortsEssaysAbout meWeekly Ruby NewsletterBlog Newsletter
Tag

Web API

#web-api

More content

Read more stories on Hashnode


Articles with this tag

API Design - choosing status code for a GET route

Feb 5, 20224 min read

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...

API Design - choosing status code for a GET route