Re: TSNet updated to include PUT and PATCH

2018-05-05 Thread Dan Brown via use-livecode
I wish we had gRPC for communicating with firebase / cloud Firestone, would be so much easier On Sat, 5 May 2018, 22:20 ivara via use-livecode, < use-livecode@lists.runrev.com> wrote: > Hello, > > Glad i finally found some information about PUT in a html method (not the > put something into anoth

Re: TSNet updated to include PUT and PATCH

2018-05-05 Thread ivara via use-livecode
Hello, Glad i finally found some information about PUT in a html method (not the put something into another object). The current challange: -> Working with a solution that requires me to write a desktop / app that communicates with REST API. -> POST is the starting point, and the values sent t

Re: TSNet updated to include PUT and PATCH

2018-03-14 Thread Charles Warwick via use-livecode
Hi Todd, You can use the tsNetCustom* functions to issue any HTTP(S) request type you require (including PATCH and PUT). The tsNetUpload* functions are also effectively just a PUT request when using the HTTP(S) protocols. Let me know if you need any more info. Cheers, Charles > On 14 Mar 20

TSNet updated to include PUT and PATCH

2018-03-14 Thread Todd Fabacher via use-livecode
Hello Charles and LC community, As we start to use more JSON databases and REST APIs, we are going to need to get HTTPS PATCH. This is a commonly used function used by many REST services. We are currently doing Google Firebase for LiveCode and they make extensive use of PATCH. We can get by with