-
Notifications
You must be signed in to change notification settings - Fork 164
multiple javascript clients on tree #32
Comments
For the new json-api, we actually do not have a js client, because the use $.post(url, request, function(res){/* do something */}) that js clent is for the old parameter based http api. mostly not used.
|
HI Diego:
in Signal build to it. I think it is fixed out.
Thanks -John On Tue, Mar 13, 2012 at 8:58 PM, Diego Buthay <
|
yes, the later are newer, what it does, is just the $.post. An jquery plugin for sensei is a good idea. if you are trying to use the js client to do the query, the later one should be used. |
I'm trying to build some UI components to interact with sensei, similar to those I built on https://github.com/flaptor/indextank-jquery/
I noticed there are 2 clients on sensei's tree:
It seems the latter is the good one, but I want to make sure that's the case before extending it and contributing back. Maybe someone already started doing related work
The text was updated successfully, but these errors were encountered: