Skip to content

StefanStuehrmann/Net-Salesforce-Client

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NAME

Net::Salesforce::Client - Salesforce.com client utilities

SYNOPSIS

use Net::Salesforce::Client;

DESCRIPTION

Net::Salesforce::Client is a perl interface to Salesforce.com JSON api.

ATTRIBUTES

access_token

Access token received from authenticating with Net::Salesforce.

api_version

Current supported API version from Salesforce

api_host

Salesforce domain where your application lives, e.g. Developer force usually uses

https://na17.salesforce.com/

ua

A Mojo::UserAgent object.

json

A Mojo::JSON object.

METHODS

api_url

Salesforce API url for accessing sobjects

model

Select model namespace you wish to query, e.g. 'Account'

sobjects

Retrieve list of available sobjects

get

Perform authenticated requests against Salesforce API

INSTALL

$ 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.

AUTHOR

Adam Stokes [email protected]

COPYRIGHT

Copyright 2014- Adam Stokes

LICENSE

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

SEE ALSO

About

Perl interface to Salesforce.com JSON api

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Perl 100.0%