Hi Mark,
This is great to hear! I have some big changes in the works for my forthcoming 1.0 release. Please take a look at trunk version and see if your changes can be integrated there:
You can view the code here:
https://plugins.trac.wordpress.org/browser/json-api/trunk
Or check it out using svn:
svn co http://plugins.svn.wordpress.org/json-api/trunk json-api
That said, I’m happy to accept code submissions. You can email me at: dan(a)phiffer.org
Thanks,
-Dan
Update: 1.0 released. I still haven’t looked into custom post types or taxonomies (or menus), but I’m interested in including them.
Cool, I have been hacking on Android all week, but will check out the trunk and new version in the next couple of days.
Thanks!!!!
I saw in the changelog that support has been added.
While it works for for many of the functions, unfortunately it doesn’t seem there’s a function to directly get a custom post type. Neither get_post or get_page work for this purpose.
For semantics, it should work properly on get_posts.
Looking though the trunk code, I’m not sure why the get_post function is filtering out only on actual “post” types.
Hi Dan and MegaMarkHarris.
I really want to know how to expose data in json format for custom post types.
I´m working on my final project at my college and I´m using custom post types to create a specific type of content.
My project is to use WP as tool to manage Thesis and Dissertations, so Custom Posts will be realy helpful to struct data for this kind of content, like Author, Title, Abstract, keywords, etc.
I´m researching about dublin core (http://dublincore.org/)
Tks and Congratulations.
Flávio Araújo
Brazil