Force.com-JavaScript-REST-Toolkit icon indicating copy to clipboard operation
Force.com-JavaScript-REST-Toolkit copied to clipboard

ForceTK - a minimal Force.com REST API for JavaScript apps

Results 41 Force.com-JavaScript-REST-Toolkit issues
Sort by recently updated
recently updated
newest added

- Edited llc_web_us.resource > app.js to remove the trailing , on line 83 so that IE8 will work. To be reviewed.

REST API returns JSON Serialized List, current RemoteTK controller serializes List, which is the default return of a SOSL query - this better aligns the RemoteTK implementation with the ForceTK...

Added one API "forcetk.Client.prototype.userInfo" to get current user information.

RemoteTK didn't seem to support DateTime fields when passed in the remote actions (kept getting illegal assignment errors back). This should fix it. Also added a "formatDateTime" helper method to...

#### Hey, maintainer(s) of developerforce/Force.com-JavaScript-REST-Toolkit! We at [VersionEye](https://www.versioneye.com/signup?promo_code=BOWER) are working hard to keep up the quality of the bower's registry. We just finished our initial analysis of the quality of...

`example.html` throws ``` GET file:///home/kyrylo/code/Force.com-JavaScript-REST-Toolkit/static/jquery-ui.css example.html:39 GET file:///home/kyrylo/code/Force.com-JavaScript-REST-Toolkit/static/jquery.js example.html:44 GET file:///home/kyrylo/code/Force.com-JavaScript-REST-Toolkit/static/jquery.popup.js example.html:48 GET file:///home/kyrylo/code/Force.com-JavaScript-REST-Toolkit/static/jquery-ui.js example.html:52 GET file:///home/kyrylo/code/Force.com-JavaScript-REST-Toolkit/static/template.js example.html:56 Uncaught ReferenceError: $ is not defined forcetk.js:45 Uncaught TypeError: undefined is not...

I am using the forcetk proxy so that I can send AJAX requests and not have to worry about the cross domain restrictions. The sequence is: 1. I am on...

As of iOS 5, HTTP responses received within a web view would be cached only in memory, and not in the filesystem. However, in iOS 6, response data is cached...

Here is code for forcetk.js that adds in the ability to access Chatter. ``` /* * Retrieves field values for a Chatter record of the given type. * @param objtype...

As I'm trying at the moment, the forcetk constructor is being passed the consumer key as the clientid and I have the default callback url set (https://login.salesforce.com/services/oauth2/success) but I just...