Hi all , I have implemented APP using "$" (considering the mail thread) as the query parameters , so if you want to get the comments we need to send a request like
/c1/c2$comments However when I switch to /c1/c2;comments instead of /c1/c2$comments I found an issue in the app impl . Because in the registry get api has support for /c1/c2;comments , so rather than using getComment method one can use get method to get the comments. This become big issue when it come to remote registry , where I can not differentiate the two , though it is required to do so. So how about using a different query parameter character for get method of the registry API? -Deepal > > I have created a wiki page for registry protocol at > http://www.wso2.org/wiki/display/registry/Registry+Protocol > > Registry URL space and the APP based message formats discussed in the > Registry hackathan are included in the wiki. > > Thanks, > Chathura > > _______________________________________________ > Registry-dev mailing list > [email protected] > http://wso2.org/cgi-bin/mailman/listinfo/registry-dev > _______________________________________________ Registry-dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/registry-dev
