Before i forget, an easy way to test if you can connect to an external api is to use CURL on the command line. This nice as a sanity check/proof of concept to ensure you have the right token, proper field mappings, submitting the right data. This saves you from setting up a test form, [...]
Before i forget, an easy way to test if you can connect to an external api is to use CURL on the command line. This nice as a sanity check/proof of concept to ensure you have the right token, proper field mappings, submitting the right data. This saves you from setting up a test form, submitting that data, handling that data, etc. E.g.
curl -d "foo=bar&test=true" https://www.yourapiurl.com
Content © professional dilettante
Proudly powered by WordPress
Theme designed by Artisan Themes
20 queries.
0.485 seconds.