michael-shattuck / SalesforceMagic

Easy access to various Salesforce APIs.
http://michael-shattuck.github.io/SalesforceMagic/
MIT License
25 stars 15 forks source link

Salesforce Magic

While dealing with Salesforce I realized that there aren't any decent libraries that can communicate using the various APIs. This library is intended to be a simple, solid, and small library that encompasses and provides access to the SOAP, REST and Bulk API's for Salesforce. The magic lies in the library's ability to dynamically generate SOQL/SOSL queries based on generic types and also the dynamic generation of the SOAP wsdl. You will never have to replace or update a wsdl again.

Installation

Nuget => PM> Install-Package SalesforceMagic

Documentation

Currently Implemented Features