Skip to content

Tag: http method

Programming

API Parameter Types

The parameters and the way the parameters are transmitted can be different in each implementation. API parameters can be split into four different groups

May 27, 2022
Programming

Understanding how to use REST API and HTTP

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.

May 7, 2022