Common HTTP Status Codes for RESTful Services

  • Post published:May 9, 2020

This article will cover common Success, Client Error and Server Error status codes used for RESTful services. The below tables provide the different types of HTTP status codes with a…

HTTP Methods for RESTful Services

  • Post published:May 9, 2020

The most common HTTP verbs (or HTTP methods) used with RESTful services are GET, POST, PUT, PATCH and DELETE. The below table summarizes their usage with RESTful services: MethodUsageSuccess ResponseFailed…

Create a mock REST API with JSON Server

  • Post published:April 26, 2020

When following an Agile methodology, with a number of iterations, and having a team of front-end and back-end developers, it can be a challenge to complete committed tasks (or a…