1. Any experience doing API's on Euphoria
- Posted by achury Aug 23, 2022
- 615 views
Today is very popular to have API backend API services using JSON format.
Any experience/lib to do the this with Euphoria?
2. Re: Any experience doing API's on Euphoria
- Posted by SDPringle Aug 23, 2022
- 604 views
You will need curl.e in order to do the requests. I'm pretty sure I made a library of that and have that on disc somewhere.
3. Re: Any experience doing API's on Euphoria
- Posted by jmduro Aug 24, 2022
- 592 views
I have put a complete demo here: http://jean-marc.duro.pagesperso-orange.fr/rest_client_demo.zip
Works on Windows and Linux. Needs libcurl installed first.
Jean-Marc