Net::Salesforce::Client - Salesforce.com client utilities
use Net::Salesforce::Client;
Net::Salesforce::Client is a perl interface to Salesforce.com JSON api.
Access token received from authenticating with Net::Salesforce.
Current supported API version from Salesforce
Salesforce domain where your application lives, e.g. Developer force usually uses
https://na17.salesforce.com/
A Mojo::UserAgent object.
A Mojo::JSON object.
Salesforce API url for accessing sobjects
Select model namespace you wish to query, e.g. 'Account'
Retrieve list of available sobjects
Perform authenticated requests against Salesforce API
$ cpanm git://github.com/battlemidget/Net-Salesforce-Client.git
If you'd wish to try out the latest code base you can do so with above command.
Adam Stokes [email protected]
Copyright 2014- Adam Stokes
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.