Category: Web Services
A web service is a method of communication between two electronic devices over the World Wide Web
Drupal 7 – Web Services Introduction
► Django book for beginners: https://leanpub.com/django-the-easy-way/ Web services introduction. https://samulinatri.com/blog/drupal-7-web-services-introduction Samuli Natri is a programmer who is familiar with several programming languages and technologies including C/C++, OpenGL, Django, Drupal, Python, JavaScript, HTML and CSS....
RESTful services with jQuery, PHP and the Slim Framework
I have been looking for a lightweight framework to build a RESTful API in PHP. There are a number of good options out there: Slim, Epiphany, Tonic, Recess, and Frapi to name a few....
Restful API web services with CodeIgniter
What is REST ? REST stands for Representational State Transfer . In very simple terms, In REST we have basically two broader actions Request and Response. Client will send the request to the REST API in a data...