Use the following library to easily talk to any API services. Without having to deal with cURL
http://requests.ryanmccue.info/
http://docs.guzzlephp.org/en/stable/
Use postman to simulate the REST API call
Use the following library to easily talk to any API services. Without having to deal with cURL
http://requests.ryanmccue.info/
http://docs.guzzlephp.org/en/stable/
Use postman to simulate the REST API call
If you are lazy to copy and paste the jquery file to your development folder for example when testing something simple, you can always use jquery hosted by google. To include it is very simple, you just include this script on the top and you’re done.
1 2 3 4 | <script src="http://www.google.com/jsapi"></script> <script> google.load("jquery", "1.3"); </script> |
You are ready to use the jquery. Yahooo.. ups.. Goooooglee!!