Re: [xwiki-users] How to add a page with contents in xwiki through Rest api???

2010-06-22 Thread xManish
I think I will have to apologize the original creator of this thread for using it to discuss my issue. Jerome, could you please join me in the another thread that I've created for this issue. Its 'Create User in XWiki from REST Api' under XWiki-Dev. THankyou, manish -- View this message in

Re: [xwiki-users] How to add a page with contents in xwiki through Rest api???

2010-06-21 Thread xManish
I might really have to apologize to the main creator of this thread for using the thread. Jerome, I'll start a new thread on this topic. Adding user through Rest Api. Would you please join me there? -- View this message in context:

Re: [xwiki-users] How to add a page with contents in xwiki through Rest api???

2010-06-21 Thread xManish
Hi Jerome, Ya of course having /wikis/{wikiName}/users would have been nice. :) But coming to reality, I still have the problem creating user. Here is the code on how I created the wiki page. Can you advise me how to create the wiki user in the similiear manner? public void myAddMethod() {

Re: [xwiki-users] How to add a page with contents in xwiki through Rest api???

2010-06-17 Thread xManish
Jerome Velociter wrote: Hi Nithya, Manish Have you checked http://platform.xwiki.org/xwiki/bin/view/Features/XWikiRESTfulAPI#HPageresources ? In particular : /wikis/{wikiName}/spaces/{spaceName}/pages/{pageName} HTTP Method: PUT * Accepted Media types: o

Re: [xwiki-users] How to add a page with contents in xwiki through Rest api???

2010-06-17 Thread Jerome Velociter
Hi. See below - xManish shresthaman...@gmail.com wrote: Jerome Velociter wrote: Hi Nithya, Manish Have you checked http://platform.xwiki.org/xwiki/bin/view/Features/XWikiRESTfulAPI#HPageresources ? In particular :

Re: [xwiki-users] How to add a page with contents in xwiki through Rest api???

2010-06-16 Thread xManish
Nithya Vembu wrote: But i dont getting clear idea, how can i create a page under space with some contents.. and i am not getting any good samples for xwiki rest api. ... Kindly anyone give me idea how rest will get differentiate in xwiki manner.. Can anyone give me a code snippet