Re: M1 Mac possible problem

2021-09-14 Thread Peter Bogdanoff via use-livecode
Hi to all those that did a test of my Music In the Air program some days ago on your Mac. I think I have fixed the installation problem. Would you do a quick test to see if it runs now? https://artsinteractive-products.s3.us-west-1.amazonaws.com/MITA/TestVersion/MITA-installer-mac-china.dmg I

Re: PATCH command in tsNetCustom

2021-09-14 Thread Sean Cole (Pi) via use-livecode
Super, thanks Mark. Makes much more sense. Sean On Tue, 14 Sept 2021 at 12:29, Mark Waddingham via use-livecode < use-livecode@lists.runrev.com> wrote: > On 2021-09-14 12:07, Sean Cole (Pi) via use-livecode wrote: > > put tsnetCustomSync(tAddr, "PATCH", tHeaders, tRecvHeaders, > > tResultCode,

Re: PATCH command in tsNetCustom

2021-09-14 Thread Mark Waddingham via use-livecode
On 2021-09-14 12:07, Sean Cole (Pi) via use-livecode wrote: put tsnetCustomSync(tAddr, "PATCH", tHeaders, tRecvHeaders, tResultCode, tBytes) into tData Where does tJson get put? I think you want tsnetCustomUploadSync here - that has an extra parameters for the body to upload, and return. W

PATCH command in tsNetCustom

2021-09-14 Thread Sean Cole (Pi) via use-livecode
Hi all, I am in need of an example of how to use tsnet to send a PATCH request to a REST API. I have some JSON (tJson) like '{"myField":"Data"}' and address (tAddr) like 'https://myLink.com/object/name/idNumber' and tHeaders like "Accept-Encoding: gzip" &cr& "Authorization: Bearer" && tAccessToken