I am trying to look for the rest api's to call the various functionalites of Accurev via my custom web application. eg: Rest API to list recent commits in a stream.
Does Accurev expose Rest API like other DevOps tools like GIT, JIRA, Jenkins?
191 Views Asked by knowledge20 At
3
There are 3 best solutions below
0
On
Regardless of what programming language you're using, the pattern for interacting with Accuev from other applications is the same.
- Programatically execute the Accurev command via a shell/command prompt.
- Either capture standard output or pipe the output of the command to a file.
- Read the output and parse to meet your needs.
AFAIK, you will use the AccuRev CLI to extract the information you need.