Connect to web-service/API in MySQL?
- by Jesse Figueroa
I'm creating a sql based procedure which can
Accept a table
load the values one at a time
send the variables to a remote API
Record the response of the API
Write the response to a table for viewing later
I have successfully implemented 1,2, and 5. I am hoping there may be some way of choosing an address to contact and for SQL to listen too for a response. Please let me know if you have any suggestions!