Hello,
We need a tool documenting our public REST API (ASP.NET Web API 2.0), and I've been looking for informations about whether or not Confluence is a good choice for this task.
While it would be nice if the documentation could be autogenerated from our source code, or from a swagger specification, it's not a strict requirement.
Does anyone have any experience writing REST API documentation style in Confluence? Are there any specific templates with a fit layout, or how do you write your documentation?
I am quite late to this question, but I stumbled across this question via search, and others may in the future as well. I recently had this issue myself, and after finding no good out of the box solutions to integrate Swagger with Confluence, I wrote a library called Swagger Confluence.
If you document your REST API with Swagger as you suggested, and you would like a copy of the API documentation in Confluence, this project will automate your ability to do that. I wrote it for Java + Gradle, but I also provided a Command Line version that should be embeddable into any language / tool.
Using the library, you could make it publish updated documentation to Confluence as part of a Continuous Integration or deployment process, for example. Since it is written in Java, you would need to run the publisher with Java, but you could use it with any language as long as you have a Swagger schema.
On the linked homepage, there is a live demo that shows several available display options.
Note: For Confluence Cloud in particular, you need to make sure the REST API is enabled for your instance For stand-alone Confluence, this is enabled by default. The library works via the REST API so it will fail if the API is not available.
Full disclosure: I am the author of the library; I wrote it after having a similar problem myself. I released it as open source software in hope that it would be useful to others.
Thank you so much for sharing this. Was exactly what I was looking for.
I expect to make some tweaks, since I want to use page properties for all routes so I can have an overview page with all routes on them for brevity.
But this beats having to implement it all from scratch.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Was exactly what I was looking for. i need to automate the process of updating API documentation with swagger in confluence page when i deployed the code into GIT. Can you suggest above approach will work for Java + Maven project.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The Server version has been approved, and is now available in the Marketplace.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
We need to render RAML, not Swagger, files. Do you have any plans to support RAML with this plugin?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Still waiting on Atlassian Marketplace approval, I'm afraid.
From previous experience, approval normally takes between 1-2 weeks.
The server version of Confluence Open API Documentation was submitted on May 17; so it has been just over two weeks in pending approval status, which hopefully means it should be any day now.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Any news on when the Server add-on will be available?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Great. Does it link to/include, or do you plan to add, the Swagger editor?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
re: Confluence Open API Documentation.... a Confluence Server version has been developed and is currently awaiting Marketplace approval by Atlassian (hopefully in the next few days).
Pricing starts at $10/year (for 10 user), or $50/year for all other user tiers.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Me too. A few things I've found:
I'm using Confluence Server though, and I'd prefer to edit within Confluence.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks for your post Rafael. However, that looks more like a class-reference style of documentation. Also, it's not available for Confluence Cloud. Any other ideas?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.