Skip to content

Brian Cline

Solution Architect skilled in Salesforce, NetSuite and JavaScript Development

  • About
  • Resume
  • JavaScript
  • Salesforce
  • Contact
  • Articles
  • About
  • Resume
  • JavaScript
  • Salesforce
  • Contact
  • Articles

Tag: http status code

Understanding how to use REST API and HTTP

May 7, 2022Brian Cline1 CommentProgrammingapi, http method, http status code, restful api

A REST API is a type of API that confirms to the RESTful constraints. REST is designed to take advantage of existing protocols like HTTP.

HTTP Status Codes and HTTP Methods are the building blocks of building a good RESTful API.