#120253 - 07/14/0503:18 AMWriting a remedy application
Anonymous
Unregistered
Hi,
I am trying to write a program which can update tickets (pend/complete) and search for new tickets. Does anyone have any suggestions of where to start? (using ARS version 4.05.02)
#120254 - 07/15/0501:07 AMRe: Writing a remedy application
[Re: Anonymous]
Matt Reinfeldt
Old Hand
Registered: 06/12/01
Posts: 1419
Loc: Madison, WI
It really depends on what you want your user interface to look like. I have written many ARSPerl scripts that do what you are asking... You have the C and Perl API's available. I'm sure you could even get the newer Java API or .NET API's to work with a 4.5.2 server. It really comes to what is going be easiest for you to build and maintain, yet meet all your users' needs.
#120255 - 07/18/0506:01 AMRe: Writing a remedy application
[Re: Matt Reinfeldt]
Anonymous
Unregistered
The user interface can be minimal (something quite simple). Are the api's downloadable? Where can I get the C api from since I don't have access to the ARS server.