This PHP rest tutorial help to get latitude and longitude with help of address using rest API, The Google Map is used to display address location on the web page, which can be helpful to find the direction and location of the address,
(more…)Tag: rest api
Rancher Stacks List Using Rest API

This is another tutorials of rancher rest API uses.This rancher API tutorial help to read all stacks from rancher using Rancher RestAPI.I have already shared How to get Containers tutorial.The tutorial help to find all stacks List based on project.
We will send project id which was uniquely generated by rancher and get it from project details rest api json data.We will use rancher version 2 beta rest api to get all stacks.I am using php client to create rest request to rancher api server and find stacks information.
(more…)
ElasticSearch Rest API Example Using PHP

This tutorial help to access elastic search data using Rest API.I will create simple PHP rest call to access Elstaicsearch data using restful api with some search parameters.
Elasticsearch is a distributed, Restful search and analytics engine capable of solving a growing number of use cases.it centrally stores your data so you can discover the expected and uncover the unexpected. Elasticsearch as a Service offering available on Amazon Web Services (AWS) and Google Cloud Platform (GCP) powered by the creators of Elasticsearch, Logstash, Kibana, and Beats.
(more…)
Simple Marketo API Example Using Python

This tutorial help to access Marketo API using python.I will use python 3 with flask micro-framework.The Marketo’s provides powerful Rest API to access his resource.
Marketo’s(Powered By Adobe) is a powerful marketing automation software helps marketers master the art & science of digital marketing to engage customers and prospects.
(more…)
Confluence Rest API Example Using Laravel

This PHP Lumen tutorial help to consume Confluence API With PHP. The Confluence is an Atlassian product.Its an open and shared workspace for teams.Confluence is provide functionality to create, organize and discuss work with your team.
(more…)
Pivotal Cloud Foundry Api Example and Uses

Pivotal provides a multi-cloud application platform as a service (PaaS). This tutorial help to manage Cloud Application using rest api.
Pivotal Cloud Foundry provides rest API to access many resources like organization, space, app status, start app etc.
(more…)