This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Reply To: Run AjaxSeachPro On An Independent Server for App Access

Home Forums Product Support Forums Ajax Search Pro for WordPress Support Run AjaxSeachPro On An Independent Server for App Access Reply To: Run AjaxSeachPro On An Independent Server for App Access

#43015
Ernest MarcinkoErnest Marcinko
Keymaster

The documentation for the usage is here. It works like any other api, you can use fetch/GET methods to get the information, it’s returned in a standard JSON format. It’s basically the same as any other API, the REST only refers for the structure.

RESTful APIs are the common way to get information, I recommend checking this tutorial to understand what they are for. Don’t worry, it’s nothing fancy, it’s really simple, you will see.