Category Archives: Rest API Example

This category will have all restful api tutorials which will create new wrapper or rest api using different programming languages.

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.
Continue reading

Currency Conversion Using Google currency converter Api

This php tutorial help to create simple application to convert currency from one to another desired currency using google finance currency converter api. Google providing many useful api and libs for developers.Google finance api is another popular api for real time currency conversion from one currency to another currency.You can easily check real time currency rate using google api.
Continue reading

CRUD operations using Nodejs,MySQL and Restify

Restify is very popular nodejs restful framework to create rest api. This nodejs tutorial help to create CRUD operations for customer module ,We will create rest api to add customer, edit customer, view customer data and delete customer using restapi. I will use MySQL as database for customer table.

The node.js and MySQL both are open source so you don’t worry to purchase license for database and server.
Continue reading