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
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
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
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