restclient_admin_settings |
./restclient.admin.inc |
Administration form for restclient module |
|
1 |
restclient_admin_settings_validate |
./restclient.admin.inc |
Validation callback |
|
1 |
restclient_cache_get |
./restclient.module |
|
1 |
|
restclient_cache_set |
./restclient.module |
|
1 |
|
restclient_delete |
./restclient.module |
Make a DELETE request |
1 |
|
restclient_filemode_fetch_response |
./restclient.filemode.inc |
Function to fetch a response from a file. |
1 |
|
restclient_filemode_save_response |
./restclient.filemode.inc |
Function to save the response of the curl call to a file. |
1 |
|
restclient_filemode_signature_alter |
./restclient.module |
hook to define the list of elements to include in in the file signature. |
|
|
restclient_flush_caches |
./restclient.module |
Implements hook_flush_caches(). |
|
|
restclient_get |
./restclient.module |
Make a GET request |
2 |
|
restclient_install |
./restclient.install |
Implements hook_install(). |
|
|
restclient_menu |
./restclient.module |
Implements hook_menu(). |
|
|
restclient_permission |
./restclient.module |
Implements hook_permission(). |
|
|
restclient_post |
./restclient.module |
Make a POST request |
1 |
|
restclient_put |
./restclient.module |
Make a PUT request |
1 |
|
restclient_response_code |
./restclient.module |
Analyze the response code from a request |
3 |
|
restclient_schema |
./restclient.install |
Implements hook_schema(). |
|
|
restclient_uninstall |
./restclient.install |
Implements hook_uninstall(). |
|
|
restclient_wsconfig_connector_info |
./restclient.module |
Implements hook_wsconfig_connector_info(). |
|
|
_restclient_authentication_hybridauth_request_error |
./restclient.module |
|
1 |
|
_restclient_authentication_request_error |
./restclient.module |
Handle authentication-related request errors, and indicate
if the request can be retried. This can be the case for situations
where the token had expired: we re-authenticate and indicate that
the request can be re-attempted. |
2 |
|
_restclient_build_resource_path |
./restclient.module |
Build the URL to connect to |
2 |
|
_restclient_debug |
./restclient.module |
Debug function |
2 |
|
_restclient_filemode_file_name |
./restclient.filemode.inc |
restclient file name for the url call. |
2 |
|
_restclient_generate_cid |
./restclient.module |
Generate the cache id for a given request |
1 |
|
_restclient_get_file_location |
./restclient.filemode.inc |
|
2 |
|
_restclient_map_variables |
./restclient.module |
Map the variable values and defaults |
2 |
|
_restclient_multipart_encode |
./restclient.module |
Build the multipart encoded header data |
1 |
|
_restclient_multipart_encode_text |
./restclient.module |
Multipart encode the given text |
1 |
|
_restclient_prepare_authentication |
./restclient.module |
Prepare authentication for the request, if needed. |
2 |
|
_restclient_prepare_authentication_hybridauth |
./restclient.module |
Prepare authentication using hybridauth. |
1 |
|
_restclient_prepare_authentication_oauth2_client |
./restclient.module |
Prepare authentication using oauth2 client. |
1 |
|
_restclient_prepare_post_data |
./restclient.module |
Encodes and sanitizes and body data |
2 |
|
_restclient_prepare_put_data |
./restclient.module |
Prepare put body data |
|
|
_restclient_prepare_url_parameters |
./restclient.module |
Encodes and appends any URL parameters to the resource path |
2 |
|
_restclient_request |
./restclient.module |
Basic request with no body data. |
3 |
|
_restclient_request_with_body |
./restclient.module |
Requests with body data. |
2 |
|
_restclient_watchdog |
./restclient.module |
|
2 |
|