This tutorial helps to access Rest API Using fetch API. I am using Vanila JavaScript to create a method to fetch data. You can use GET/POST/PUT and DELETE methods to consume the rest API using JavaScript.
(more…)Tag: rest api
How to Download YouTube Video Using PHP Rest API

This PHP tutorial help to create script to download YouTube video. YouTube is most popular online/offline video streaming tools which used to watch video, Mostly we are watching online video but sometimes we need to download video from YouTube and watched later.
(more…)
Create Rest API Using Node.js, MySQL and Express

Today, I’ll go over the nodejs rest API and how to use it with Express. Nodejs is a very powerful js framework for working on both front-end and back-end functionality. I’ll show you how to use node.js and express to add, edit, and delete records from the MySQL database.
(more…)Files/Images upload into Amazon S3 using PHP

Amazon Simple Storage Service (Amazon S3) is most popular cloud platform to host web apps and datas .This PHP tutorial help to upload file to Amazon s3 server using web service and PHP.
Amazon Web Services (AWS) provides a low cost, reliable and secure foundation for you to use as you build and deliver Software as a Service (SaaS) solutions to the customers.There are a lot of techies uses amazon cloud to host images and files on amazon s3 server, these help to easy and fast access of resource and reduces file load time with bandwidth.
(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…)Jira Api To Create Issue using PHP

This rest api tutorial help to create issue into jira dashboard using Jira Rest api. I will take help of Jira rest api client php libs, You can use core jira rest api as well, but with help of this libs you can create clean code to use jira rest apis.
(more…)