Useful API links
Feb 15, 2007 · 1 minute readAfter a load of research for a couple of projects I thought I may as well add a large pile of links to a post for future reference. Feel free to wander through if your interests stretch to using scripting languages in mashups and the like.
PHP
- http://uk.php.net/curl
- http://developer.yahoo.com/php/
- http://pear.php.net/package/HTTP_Request
- http://uk2.php.net/file_get_contents
- http://pear.php.net/pepr/pepr-proposal-show.php?id=198
- http://www.aurore.net/projects/php-json
- http://pear.php.net/package/XML_Serializer/
- http://simplepie.org/
- http://magpierss.sourceforge.net/
- http://pear.php.net/package/XML_RSS
Python
- http://developer.yahoo.com/python/
- http://bitworking.org/projects/httplib2/
- http://docs.python.org/lib/module-urllib.html
- http://docs.python.org/lib/module-urllib2.html
- http://docs.python.org/lib/module-httplib.html
- http://diveintopython.org/http_web_services/index.html
- http://cheeseshop.python.org/pypi/simplejson
- http://feedparser.org/
- http://docs.python.org/lib/module-xml.dom.html
- http://docs.python.org/lib/module-xml.dom.minidom.html
Ruby
- http://developer.yahoo.com/ruby/
- http://www.ruby-doc.org/stdlib/libdoc/net/http/rdoc/index.html
- http://raa.ruby-lang.org/project/ruby-xml-simple/
- http://json.rubyforge.org/
- http://www.rubyrss.com/
- http://www.ruby-doc.org/core/classes/RSS.html
- http://rubyforge.org/projects/feedtools/
- http://www.germane-software.com/software/rexml/
- http://xml-simple.rubyforge.org/