Tag: http method

  • API Parameter Types

    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

  • Understanding how to use REST API and HTTP

    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.