How to use it

This middleware can be used to make SOAP/REST requests or GraphQL queries with ease. By making API call on particular endpoints, you can pass the necessary data with the API call. The required data includes the endpoint URL (API hostname+endpoint) and the HTTP method. If you want to make a POST request, you can also pass the request body. All requests to middleware are made using the post method only. I know it's a bit confusing but you will get the zest of it once you see the examples.

Examples and a detailed understanding of each are given in the following few pages.

Last updated