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
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
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
___