function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
victor92victor92 

Sales Force rest api

I can´t find a useful documentation for the sales force REST API for native applications, i will appreciate if someone could help me with some information.

Tom GersicTom Gersic

The API is documented pretty well here: http://www.salesforce.com/us/developer/docs/api_rest/index.htm

 

I would recommend using the REST Explorer in Workbench to get a feel for how it works.

https://workbench.developerforce.com/login.php

jhersh1jhersh1

I wrote a nifty blocks wrapper for the native iOS SDK that you might find useful. Check out blocks.h: https://github.com/forcedotcom/SalesforceMobileSDK-iOS/blob/master/native/SalesforceSDK/SalesforceSDK/Classes/SFRestAPI%2BBlocks.h