You are here

function restclient_install in RESTClient 7.2

Implements hook_install().

File

./restclient.install, line 12
Install file for restclient

Code

function restclient_install() {
  variable_set('restclient_caching', FALSE);
  variable_set('restclient_hostname', 'http://localhost:80/rest');
  variable_set('restclient_testing', FALSE);
  variable_set('restclient_filepath', 'private://restclient_testing');
}