I need to invoke a Rest API endpoint from my Lua script. How can I do that? For example, I am able to invoke the endpoint by the below curl command:
curl -X GET \
-H "X-Parse-Application-Id: ParseAppID" \
-H "X-Parse-REST-API-Key: RESTAPIKey" \
https://api.parse.com/1/classes/GameScore
The same I wanted in Lua.
You have lots of options
All of them are slightly different, but all of them can call your API endpoint.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With