Restful Methods: http PATCH and http HEAD etc

Mike Kerner MikeKerner at roadrunner.com
Mon Sep 16 14:43:37 EDT 2013


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 <david at architex.tv> 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 <david at architex.tv> 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
> use-livecode at lists.runrev.com
> 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."



More information about the use-livecode mailing list