forceng icon indicating copy to clipboard operation
forceng copied to clipboard

Micro-Library to use Salesforce REST API in AngularJS apps

Results 15 forceng issues
Sort by recently updated
recently updated
newest added

@ccoenraets is this going to be updated to match the salesforce 7.0, or does this project is already dropped? thanks

I've added few new functions, fixed existing ones etc. Well tested, you can merge right away.

Does forceng.js support angular4 app as well or do we need to convert it into forceng.ts file?

Hi, can we please update this repo to match the latest SalesforceCordova SDK 5.1.0 ?

when I use browser with proxy it`s working fine and able to login to app with browser plugin.but when I am build my app and try to open in Android...

Hey, I have tried you app using force-server and it runs perfectly, great tutorial. However, I am trying to run your app on an Android device, but it opens up...

- Removes unnecessary logs - Fixes Refresh Token not triggering when response from SFDC is 403 - Fixes retries after refreshing token

all functions related to blobs that can be found on forceTK... are not available on forceng: blob = function (path, fields, filename, payloadField, payload, callback, error, retry) createBlob = function...

@ccoenraets can you check my pull request? in request method of forceng.js, it is creating a new instance of deffered so it never goes to resolved.

Fixed issue #5 where deferred response was being overwritten when responding to simultaneous requests due to the fact that it's scope was broader than the request function.