README.txt |
README.txt |
|
--------------------------------------------------------------------------------
RESTful Web Services for Drupal (restws)
--------------------------------------------------------------------------------
Maintainers:
* Wolfgang… |
README.txt |
restws_basic_auth/README.txt |
|
--------------------------------------------------------------------------------
HTTP Basic Authentication for RESTful Web Services
--------------------------------------------------------------------------------
This module takes… |
restws.api.php |
restws.api.php |
|
This file contains no working PHP code; it exists to provide additional
documentation for doxygen as well as to document hooks in the standard
Drupal manner. |
restws.entity.inc |
restws.entity.inc |
|
RESTful web services module integration for entities. |
restws.formats.inc |
restws.formats.inc |
|
RESTful web services module formats. |
restws.info |
restws.info |
|
name = RESTful web services
description = Provides RESTful web services.
core = 7.x
files[] = restws.entity.inc
files[] = restws.formats.inc
files[] = restws.test
dependencies[] = entity |
restws.install |
restws.install |
|
Install, update, and uninstall functions for the RESTWS module. |
restws.module |
restws.module |
|
RESTful web services module. |
restws.test |
restws.test |
|
RESTful web services tests. |
restws_basic_auth.info |
restws_basic_auth/restws_basic_auth.info |
|
name = Basic authentication login
description = User login from HTTP authorization headers.
core = 7.x
files[] = restws_basic_auth.test |
restws_basic_auth.install |
restws_basic_auth/restws_basic_auth.install |
|
Basic authentication login - install file. |
restws_basic_auth.module |
restws_basic_auth/restws_basic_auth.module |
|
Basic authentication login - module file. |
restws_basic_auth.test |
restws_basic_auth/restws_basic_auth.test |
|
RESTWS Basic Auth tests. |
restws_test.info |
tests/restws_test.info |
|
name = RESTful web services test module
description = "Support module for the RestWS tests."
package = Testing
core = 7.x
hidden = TRUE |
restws_test.module |
tests/restws_test.module |
|
RESTful web services test module. |