You are here

Files in Services 6.3

Primary tabs

File namesort descending Location Namespace Description
bencode.php servers/rest_server/lib/bencode.php
CHANGELOG.txt CHANGELOG.txt Trying to remember to document major API changes here - hook_services_authentication_info() no longer uses the 'alter_browse_form', 'alter_browse_form_validate' or 'alter_browse_form_submit' callbacks since the browser…
comment_resource.inc resources/comment_resource.inc Will define the comments resource for dealing with node comments
file_resource.inc resources/file_resource.inc File resource.
LICENSE.txt LICENSE.txt GNU GENERAL PUBLIC LICENSE Version 2, June 1991 Copyright (C) 1989, 1991 Free Software Foundation, Inc. 675 Mass Ave, Cambridge, MA 02139, USA. Everyone is permitted to copy and distribute verbatim copies of this license document, but…
mimeparse.php servers/rest_server/lib/mimeparse.php
models.inc servers/rest_server/includes/models.inc These are the base interfaces for resource models.
NoAuthEndpointTestRunner.test tests/functional/NoAuthEndpointTestRunner.test This subclass runs the tests with setUp set for services using no authentication. Tests are to be held in the parent class.
node_resource.inc resources/node_resource.inc This file will define the resources for dealing directly with nodes
node_resource.models.inc servers/rest_server/includes/node_resource.models.inc This file will parse a node resource feed And will also provide the necessary manip functions
README.txt 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…
RESTServer.inc servers/rest_server/includes/RESTServer.inc Class for handling REST calls.
rest_server.api.php servers/rest_server/rest_server.api.php Hooks provided by Services for the definition of servers.
rest_server.inc servers/rest_server/rest_server.inc Autoload classes and server settings.
rest_server.info servers/rest_server/rest_server.info name = REST Server description = Provides an REST server. package = Services - servers dependencies[] = services dependencies[] = autoload dependencies[] = libraries core = 6.x
rest_server.install servers/rest_server/rest_server.install Install, uninstall and update the rest server module.
rest_server.module servers/rest_server/rest_server.module
rest_server.views.inc servers/rest_server/includes/rest_server.views.inc Provide formatter class for all standard response formats.
RssFormatView.inc servers/rest_server/formats/RssFormatView.inc This file will parse the rss view for the rest server
services.admin.css css/services.admin.css /* Resource Table */ #resource-form-table th.select-all { width: 1em; } th.resource_test { width: 16em; } .resource-image { display: inline-block; cursor: pointer; width: 1em; } .resource-group-label label { display: inline; …
services.admin.inc services.admin.inc This file will define the administrative methods of services
services.authentication.api.php services.authentication.api.php Hooks provided by Services for the definition of authentication plugins.
services.css services.css #service-browser-arguments .type { width: 40px; display: block; float: left; }
services.info services.info name = Services description = Provide an API for creating web services. package = Services core = 6.x php = 5.x dependencies[] = ctools
services.install services.install Install, uninstall and update the Services module.
services.module services.module Provides a generic but powerful API for web services.
services.resource_build.inc services.resource_build.inc Contains functions necessary for building the resource definitions. This is only needed the first time a the resources for a endpoint are fetched, or when the cache has been cleared.
services.resource_update.inc services.resource_update.inc
services.runtime.inc services.runtime.inc Contains functions that only are necessary when a service call is made. This has broken out so that this code isn't loaded for every page load.
services.servers.api.php services.servers.api.php Hooks provided by Services for the definition of servers.
services.services.api.php services.services.api.php Hooks provided by Services for the definition of new services.
ServicesEndpointTests.test tests/functional/ServicesEndpointTests.test
ServicesParserTests.test tests/functional/ServicesParserTests.test Call the endpoint tests when no authentication is being used.
ServicesResourceCommentTests.test tests/functional/ServicesResourceCommentTests.test
ServicesResourceFileTests.test tests/functional/ServicesResourceFileTests.test
ServicesResourceNodeTests.test tests/functional/ServicesResourceNodeTests.test
ServicesResourceSystemTests.test tests/functional/ServicesResourceSystemTests.test
ServicesResourceTaxonomyTests.test tests/functional/ServicesResourceTaxonomyTests.test
ServicesResourceUserTests.test tests/functional/ServicesResourceUserTests.test
ServicesUITests.test tests/ui/ServicesUITests.test Tests for UI of Services.
ServicesWebTestCase.php tests/functional/ServicesWebTestCase.php Services base testing class.
services_ctools_export_ui.class.php plugins/export_ui/services_ctools_export_ui.class.php Export-ui handler for the Services module.
services_ctools_export_ui.inc plugins/export_ui/services_ctools_export_ui.inc
services_oauth.css auth/services_oauth/services_oauth.css .auth-authorization > .fieldset-wrapper > .form-item { float: left; margin-right: 20px; }
services_oauth.inc auth/services_oauth/services_oauth.inc Include file for services_oauth module.
services_oauth.info auth/services_oauth/services_oauth.info name = OAuth Authentication description = Provides OAuth authentication for the services module package = Services - authentication dependencies[] = services dependencies[] = oauth_common core = 6.x php = 5.2
services_oauth.install auth/services_oauth/services_oauth.install Install, update and uninstall functions for the services_oauth module.
services_oauth.module auth/services_oauth/services_oauth.module
system_resource.inc resources/system_resource.inc Link general system functionalities to services module.
taxonomy_resource.inc resources/taxonomy_resource.inc Link general taxonomy functionalities to services module.

Pages

Other projects