Creating Webservice of sorts
-
I am trying to figure out the best way to go about the following and I am thinking a web service, but not sure if there is a better simpler approach.
Here is what I want to do.
We have a Windows based software package that needs to get some simple data files (txt) files from a WordPress install. I would like to authenticate the application ( or a user), return a list of the available data files ( xml or json ) and then based on a key from the available files, allow the application to request a file and have it returned to the software for processing and storage.
I have been looking at The WordPress REST API & OAuth authentication API for WordPress Plugin, but not sure if this is right direction… totally new to this stuff and looking for ideas.
Any suggestion are welcome.
- The topic ‘Creating Webservice of sorts’ is closed to new replies.