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…)Tag: rest api client
Curl Rest API Example Using PHP

This tutorial help to execute GET, POST, PUT, HEAD, DELETE HTTP Requests against a REST API using cURL.curl is a command-line tool for transferring data using various protocols.
The CURL supports FILE, FTP, FTPS, Gopher, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, POP3, SMTP, SMTPS, Telnet, TFTP and more.
(more…)Creating, Updating, and Deleting Post Using WordPress REST API

This Tutorial help to add, edit and delete WordPress post using WP rest API. Already shared What are the WordPress Rest api with Example.I have created word-press post using wordpress api. I am using WordPress REST API plugin for restful interface into WordPress CMS.
Jenkins Rest api Using PHP

This Rest Api tutorial will show you how to use the PHP Guzzle rest client to connect to Jenkins’ rest API. To access the Jenkins Rest API, you can use any framework and any programming language. We will get information about all CI jobs from the Jenkins server.
(more…)