Simplest way to use 3rd party API
-
I’m trying to use the Yelp API to get some data for my website, and I’m mostly new at writing web apps. From what I see, my options are PHP, Java, and Python. However Java and Python both seem to require a framework/interface to run on a website and I’m not sure how that would play with the WP theme and install.
So I assume the simplest way, since a WP website already runs on PHP, would be to write a simple program in PHP to query the API, and put the code in a .php file in my child theme? Is this correct, or are there merits to getting the Python or Java frameworks up instead?
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Simplest way to use 3rd party API’ is closed to new replies.