have a look at the phx_dropbox library that gugliermo wrote. It is now six iterations in, works on both desktop and mobile, and is all REST. It has techniques, tricks, and ideas in it that can help guide you toward writing a REST API library for Salesforce.
On Mon, Sep 16, 2013 at 2:35 PM, David Bovill <[email protected]> wrote: > I'm looking to experiment with the SalesForce REST > API< > http://www.salesforce.com/us/developer/docs/api_rest/index_Left.htm#StartTopic=Content/quickstart.htm > >. > Like a number of such API's it makes use of a number of http verbs like > GET, DELETE, PATCH, HEAD. PATCH for instance will update a database > record. Any thoughts on how to implement this? > > > On 26 February 2010 17:10, David Bovill <[email protected]> wrote: > > > Is there any way to issue and HTTP DELETE command from Rev natively (not > > using curl?) - AFAIK this has not been added? > > > _______________________________________________ > use-livecode mailing list > [email protected] > Please visit this url to subscribe, unsubscribe and manage your > subscription preferences: > http://lists.runrev.com/mailman/listinfo/use-livecode > -- On the first day, God created the heavens and the Earth On the second day, God created the oceans. On the third day, God put the animals on hold for a few hours, and did a little diving. And God said, "This is good." _______________________________________________ use-livecode mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode
