pastafari / salesforce-api

A thin wrapper over the Salesforce REST API written in Clojure

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

salesforce-api

A Clojure library designed to talk to Salesforce via the REST API

Installing

Clojars Project

Usage

TODO: Write a way better README

Go forth and talk to Salesforce.

Use auth! to get an auth token, then pass it in to all the other CRUD methods

Note: I use this code in production, but I'm likely to make significant changes to the API's in upcoming releases. So I would not recommend anyone else to use it, unless you know what you're doing.

Expect a more stable version soon.

License

Copyright © 2014 Mohit Thatte mohit.thatte@gmail.com

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.

About

A thin wrapper over the Salesforce REST API written in Clojure

License:Eclipse Public License 1.0


Languages

Language:Clojure 100.0%