I recently wrote about How To Work With RESTful Services In CodeIgniter 3.X – today’s topic is how you extend the CodeIgniter REST server to give your APIs better availability and reliability. …
Tag: RESTful API
WordPress is starting to modernize by using JavaScript more and more. You may have seen the release of Calypso, a javascript-based app powering WordPress.com …
With the new release of CodeIgniter 3.0, one of the powerful add on features to Codeigniter is the RESTful API server and client libraries. I will explain in this article how I use the Yggdrasil Codeigniter 3.0 repo …
I run into an issue recently, I got a use case to connect to the Luminoso service using their API, Luminoso has an Authentication library in Python, my backend server is written in PHP. …
During development, I set up a virtual environment, here is how I did that. virtualenv If you are on Mac OS X or Linux, chances are that one of the following two commands will work for …