Re: [rt-users] REST Interface and Authentication

2008-06-11 Thread Shawn M Moore
On Wed, Jun 11, 2008 at 11:51:37AM +0200, Martin BOULADOUR wrote: Hi everybody, Hi Martin, I'm a new subscriber to this list. I'm french, so don't be too harsh with my mistakes. :) Your English is fine! Welcome to RT land. :) The problem is that there is nothing to inform about the result

Re: [rt-users] REST Interface and Authentication

2008-06-11 Thread Martin BOULADOUR
Your English is fine! Welcome to RT land. :) Thank you :) The REST interface accepts user and pass parameters. If you're using Perl, the code will look something like: $mech-post($baseurl/REST/1.0/search/ticket, [ user = root, pass = password, query =

Re: [rt-users] REST Interface and Authentication

2008-06-11 Thread Martin BOULADOUR
Hi again, The REST interface accepts user and pass parameters. If you're using Perl, the code will look something like: $mech-post($baseurl/REST/1.0/search/ticket, [ user = root, pass = password, query = queue='foo', ]); Is it true for all the REST

Re: [rt-users] REST Interface and Authentication

2008-06-11 Thread Shawn M Moore
On Wed, Jun 11, 2008 at 04:22:06PM +0200, Martin BOULADOUR wrote: Hi again, The REST interface accepts user and pass parameters. If you're using Perl, the code will look something like: $mech-post($baseurl/REST/1.0/search/ticket, [ user = root, pass = password,