Lucian Ghinda
All about coding

All about coding

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

REST API

#rest-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

Simple guidelines for working with Time and TimeZones for APIs

Nov 26, 20213 min read

Working with DateTime or Time and timezones can be sometimes confusing. Here are some guidelines that I defined while working with dates/times. They...

Simple guidelines for working with Time and TimeZones for APIs