• Hi support,
    I’m writing a WP Plugin given the cloudtables plugin activated. What function should I call to retrieve the raw dataset from cloudtables.io server? Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author allanjardine

    (@allanjardine)

    Hi,

    Great to hear you are working on a plug-in with CloudTables – let me know when you’ve got it running so we can feature it in some way :-).

    The WordPress integration itself doesn’t provide a public API to get the raw data for a data set, but the plug-in does ship with our PHP API (in the Api.php file in the plug-in) which does provide suitable methods for that (it is in JSON rather than CSV though).

    I can look at adding a method that will expose the Api instance if you like, or include that file directly to give you the CloudTables Api if you prefer?

    Allan

    Thread Starter 247AppsStudio

    (@it4craigslist)

    Hi Allan,
    Thank you for quick response. Very much appreciate it. I’ve read the docs yesterday and discovered that I can make a REST call and get a json of header and data. I think I’m good to go. You don’t need to do anything. Your online app is amazing. It does a lot of things including tracking the views of data and import multiple data formats. I would highly recommend all realtors and home appraisers in US and Canada start using your plugin and app to save their MLS data, so that it’ll work with my plugin.
    Thanks again.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to get raw csv data from cloudtables’ is closed to new replies.