This tutorial help to read a file from GitLab using API. I am creating a rest API that reads data from GitLab project and returns it in text format data.
(more…)CRUD API Using Nodejs and Express

This is the third part of the node js tutorial series to create a restful API using the Express node.js module. I have shared node js with MySQL tutorials. This node js tutorial helps to create the rest API to the listing table, add a record, edit a record and delete the record from the MySQL database. These rest API communicate with MySQL and update data into MySQL database.
(more…)How to Consume Twilio Rest API Using Python3

We will implement Twilio rest api to send message using python 3.Twilio is providing a Cloud communications platform for building SMS, Voice & Messaging. You can build and send SMS, Voice & Messaging via globally available cloud API.
(more…)Consume Kibana Rest API Using Python 3

This tutorial help to consume kibana api using python.We will use python flask framework to access kibana api. The Kibana api help to access some features outside the box.The Kibana API clearly marked as either stable, beta, or experimental.
(more…)BeyondTrust PowerBroker API Using PHP Rest Client

This tutorial will show you how to use PHP to access the BeyondTrust PowerBroker API. BeyondTrust offers a free enterprise password API to application developers.
(more…)What is Idempotence Methods in HTTP

This quick HTTP restful tutorial helps to understand Idempotence in the context of HTTP rest service methods. Idempotence is a useful concept in HTTP rest requests, When the HTTP states are the same in repetitive calls of restful service that calls Idempotence.
(more…)