You are here

README.txt in Services 6.3

Same filename and directory in other branches
  1. 5 README.txt
  2. 6 README.txt
  3. 6.2 README.txt
  4. 7.3 README.txt
  5. 7 README.txt
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

Installation
============
If you are using the rest server you will need to download the latest version of SYPC:
wget http://spyc.googlecode.com/svn/trunk/spyc.php -O  servers/rest_server/lib/spyc.php

Once downloaded you need to add spyc.php to the rest_server/lib folder which exists under
the location you have installed services in.

File

README.txt
View source
  1. Goals
  2. ==============
  3. - Create a unified Drupal API for web services to be exposed in a variety of
  4. different server formats.
  5. - Provide a service browser to be able to test methods.
  6. - Allow distribution of API keys for developer access.
  7. Documentation
  8. ==============
  9. http://drupal.org/node/109782
  10. Installation
  11. ============
  12. If you are using the rest server you will need to download the latest version of SYPC:
  13. wget http://spyc.googlecode.com/svn/trunk/spyc.php -O servers/rest_server/lib/spyc.php
  14. Once downloaded you need to add spyc.php to the rest_server/lib folder which exists under
  15. the location you have installed services in.