Re: [dev] Python REST API Client for OTRS

2015-09-25 Thread Michiel Beijen
Hi Suneel, I thought your objective would be to write some python code to interact with OTRS. If you write python code, the transport (SOAP vs REST) would not matter, right? As long as you can create / update tickets? At the moment there are no API's for Customer Data exposed via the Generic Inte

Re: [dev] Python REST API Client for OTRS

2015-09-25 Thread mvs babu
Hi Michiel, The below URL provided is for SOAP, but I need a python client for REST. https://github.com/ewsterrenburg/python-otrs And it has only SessionCreate, TicketCreate, TicketUpdate, TicketSearch and TIcketGet APIs, I need customer related APIs. Thank you, Suneel Mallela F

Re: [dev] Python REST API Client for OTRS

2015-09-24 Thread Michiel Beijen
Hi Suneel, On Thu, Sep 24, 2015 at 8:23 AM, mvs babu wrote: > > I am new to OTRS dev and we are using OTRS4. Please help me where can we get > python REST API client. You could take a look at https://github.com/ewsterrenburg/python-otrs -- Michiel ___