dphiffer
Forum Replies Created
-
Forum: Plugins
In reply to: [JSON API] [Plugin: JSON API] Authentication or custom query variable?Thanks, glad you like the plugin Eric!
No authentication mechanism exists yet, but it seems like an obvious addition. I think something really simple could work. I actually have a project that will require logins, so it’s likely that I’ll take this on in the near future.
I hadn’t thought of configuring the query var, but it sounds like it’d be pretty straightforward.
Thanks,
-DanGo for it Jonas 🙂
Also, to finally answer Ben’s original question, I don’t have any plans to expand the feature set any time soon. Long-term though, yeah, definitely. As I said, I’m happy to take a look at patch submissions.
Forum: Plugins
In reply to: [JSON API] [Plugin: JSON API] Will plugin work to return a search result?Hi b4uhad1,
Sounds like something the plugin might support.
I’d recommend at least trying to set it up yourself first. Mostly because I’m interested in hearing about what types of problems are encountered by less experienced coders.
-Dan
So it sounds like this is a fix that needs to be made to the WordPress core? Anyone want to take a shot at posting a ticket to Trac? Or is there one already?
Forum: Plugins
In reply to: [JSON API] [Plugin: JSON API] Exclude categories with get_recent_posts ?Hi NightAngel,
Can you post an example of the request query? On my test environment I’m able to exclude categories with the following pattern:
http://wordpress.test/?json=1&exclude=categoriesThanks,
-DanForum: Plugins
In reply to: [JSON API] [Plugin: JSON API] Jsonp and crossdomain callsNo problem, I miss stuff like that sometimes too…
Forum: Plugins
In reply to: [JSON API] [Plugin: JSON API] WP-Minify incompatibility with jason-apiOkay, if that doesn’t pan out I can check for WP-Minify on my end. I have some other minor fixes I want to release in the next week or two and it’d be easy enough to include a workaround.
Forum: Plugins
In reply to: [JSON API] [Plugin: JSON API] Jsonp and crossdomain callsHi kientran,
Check out section 3.1 of the documentation:
http://wordpress.org/extend/plugins/json-api/other_notes/The query variable you want to use is
callback.Forum: Plugins
In reply to: [JSON API] [Plugin: JSON API] GIT / SVN & Contributions ?Hi James,
Sounds great, I’d love to start incorporating outside contributions!
There is no login mechanism yet, mainly because I haven’t needed it for any of my own projects. It does seem like a good addition though.
Here is the svn repository:
http://plugins.svn.wordpress.org/json-api/trunkAvailable through Trac here:
http://plugins.trac.wordpress.org/browser/json-apiFor now maybe you could just attach patch files to tickets in Trac?
Thanks!
-DanForum: Plugins
In reply to: [JSON API] [Plugin: JSON API] WP-Minify incompatibility with jason-apiThanks for the heads up, I’ll take a look!
Thanks for catching that — fixed in 1.0.7.
Forum: Plugins
In reply to: [JSON API] [Plugin: JSON API] add prev/next posts to single post json dataFYI I added this in version 1.0.7.
Forum: Plugins
In reply to: [JSON API] [Plugin: JSON API] Not working in IE6Hi Koshirosan,
Do you have a URL you could post here? Could it be that you’re leaving out the
?symbol in the URL? i.e.,/?json=1instead of/json=1.Hope that helps,
-DanHi matrym,
Sorry for the slow response — is this problem still persisting? Could you post a URL where I can try it out?
Thanks,
-DanForum: Plugins
In reply to: [JSON API] JSON API requests work locally but not on serverOh wait, sorry the URL is right there! It’s coming back 200 for me, so maybe this got resolved?