I'm sure there's a simple answer to this one but I seem to be having trouble finding it.
I'm wanting to perform HTTP GET requests to retrieve data from an API.
For example:
Code: Select all
GET /v1 HTTP/1.1
Host: api.marketcircle.net
User-Agent: curl/7.51.0
Accept: */*
Authorization: Bearer <redacted>
I see that tsnet can be used to perform GET requests but this is only available in the Indie version of Livecode which I don't have at the moment (will probably re-purchase that at some point). See: https://lessons.livecode.com/m/4071/l/8 ... a-web-site
How can I perform HTTP GET requests using standard Livecode features?