azeckoski
Member
Posted 3 years ago #
We had a need for some restful loading and access to wordpress posts data for a project at University of Cambridge so we created a simple rest interface. I was thinking this kind of thing might either already exist or be useful to the entire community if I extended it a bit and submitted a patch. I guess this is really a 2-part question.
1) Is there a ReST interface for wordpress somewhere already (or is someone working on one?)
2) If not, where is the right place to submit a patch to add one (or maybe where is the right place to discuss what the patch should look like?)
Thanks
:-)
-AZ
azeckoski
Member
Posted 3 years ago #
I probably should not have posted this on the holiday weekend but if anyone has any links, comments, etc. I would greatly appreciate it.
:-)
I don’t know much about REST, but I suppose the best place to ask/discuss about this is one of the WP lists, probably the wp-hackers one:
http://lists.automattic.com/mailman/listinfo
Patches are submitted to the development tracker:
http://core.trac.wordpress.org/
If you are not familiar with how wp development works, there is this:
http://codex.wordpress.org/Submitting_Bugs
Cheers!