Adding new 3rd Party API Format
-
Hello, thought I ask here so I can find where to keep researching, been trying for over a week but can’t see to figure out how its done, I’ll keep it brief.
Our site is for Real Estate, we have previous used a plugins that connects to the MLS and imports all properties into DB but stopped using it due to server over load, we now have new RESO Web API access which lets us call the API with an endpoint, when I try to test endpoint into WP with a plugin, it connects but says “Invalid Format” when trying to retrieve the data, the Bridge API states that all data is send via JSON except the Metadata, the RESO Web API is the new way Real Estate data is being delivered.
So I’m confused what I need to do here. When I use API Explorer on Bridge Website, I see the output, but do I have to create a file on WP with that schema, a php file, new JSON file and call it to custom WP page Endpoint? Do I need to create a JSON file with their Schema; Description, Inputs, fields etc?
Just really confused here, I can use Postman to call, but how do I pass that Structure in WP to display with my pages etc..
Here is a Sample Bridge API Explorer
Thank You Much..
- The topic ‘Adding new 3rd Party API Format’ is closed to new replies.