.
I would like to call a REST and extract information from the result using Javascript / AJAX.
Is this possible and how? In your help file, I could figure out how to call the REST with PHP, but you never mention AJAX or Javascript. Is there a reason for this?
I am trying to design a web page where a part of it updates with the REST result as the user types in text (a bit like Google suggest). With PHP, I could only achieve to display the REST information by reloading the page.
I do not want to reload my page each time I fetch REST output data. That is why I am thinking about AJAX. How can I use this with Openkapow REST robots?
Any help / suggestion is welcome!
.