NAME
WWW::SFDC::Tooling - Interface to the Salesforce.com Tooling API
VERSION
version 0.25
SYNOPSIS
my $result = SFDC::tooling->instance(creds => {
username => $USER,
password => $PASS,
url => $URL
})->executeAnonymous("System.debug(1);");
Note that $URL is the _login_ URL, not the Tooling API endpoint URL - which gets calculated internally.
METHODS
create
describeGlobal
describeSObjects
executeAnonymous
WWW::SFDC::Tooling->instance()->executeAnonymous("system.debug(1);")
runTests
SFDC::Tooling->instance()->runTests('name','name2');
runTestsAsynchronous
BUGS
Please report any bugs or feature requests at https://github.com/alexander-brett/WWW-SFDC/issues.
SUPPORT
You can find documentation for this module with the perldoc command.
perldoc WWW::SFDC::Tooling
You can also look for information at https://github.com/alexander-brett/WWW-SFDC
AUTHOR
Alexander Brett <alexander.brett@sophos.com>
COPYRIGHT AND LICENSE
This software is Copyright (c) 2015 by Sophos Limited.
This is free software, licensed under:
The MIT (X11) License
The full text of the license can be found in the LICENSE file included with this distribution.