public
Description: Provide an API for creating web services.
Homepage: http://drupal.org/project/services
Clone URL: git://github.com/hugowetterberg/services.git
commit  f1f65f79f0f9ccb48575f74593fdd2273a54f324
tree    c4336dbd45fe230623c1b5fe92cc235bfdd7db5b
parent  b1648b9cd7c75d918fcc8ac07492d7adbd7aa280
name age message
file LICENSE.txt Mon Jun 15 02:24:34 -0700 2009 Import from CVS [hugowetterberg]
file README.txt Mon Jun 15 02:24:34 -0700 2009 Import from CVS [hugowetterberg]
directory css/ Fri Nov 06 06:22:59 -0800 2009 Renaming contexts to endpoints [hugowetterberg]
directory includes/ Thu Nov 19 08:26:55 -0800 2009 Expanding support to actions and relationships ... [hugowetterberg]
file services.css Mon Jun 15 02:24:34 -0700 2009 Import from CVS [hugowetterberg]
file services.info Mon Jun 15 02:24:34 -0700 2009 Import from CVS [hugowetterberg]
file services.install Fri Nov 06 06:22:59 -0800 2009 Renaming contexts to endpoints [hugowetterberg]
file services.module Thu Nov 19 08:25:36 -0800 2009 Always skipping authentication, which is bad [hugowetterberg]
directory services/ Thu Nov 19 08:25:50 -0800 2009 Removed error log [hugowetterberg]
file services_endpoint_index.tpl.php Fri Nov 06 06:22:59 -0800 2009 Renaming contexts to endpoints [hugowetterberg]
README.txt
// $Id: README.txt,v 1.8.2.1 2008/09/06 04:13:07 marcingy Exp $

Goals
==============
- Create a unified Drupal API for web services to be exposed in a variety of 
  different server formats.  
- Provide a service browser to be able to test methods.
- Allow distribution of API keys for developer access.

Documentation
==============
http://drupal.org/node/109782