We are developing some automations with another tools that we have and we would help us a lot if we had the wadl files. In a second step we will convert them into a swagger files with swaggercli to finally use them on our project.
I already found some wadls searching in rest documentation(Jira, Confluence and Bitbucket) but I dont had luck at locate the wadl files for Bamboo and Crowd.
Can someone give me some tip where I can found these files?
Most of Atlassian's Java based products are using Jersey under the hood, which provides WADL support out of the box under a well known runtime URL, e.g. for Bamboo and Crowd:
If the Crowd URL does not work, you can also find its WADL document here (linked from the Crowd REST API Reference):
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.