Web service is used to interact the other web application to exchange data information. The Web services are using open standard (XML, SOAP, HTTP) protocol to communicate between client and server. There are two parties are involved one is a provider (Server) and the other is a consumer(Client).
(more…)Tag: what is rest api
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…)