Hello Folks! I wonder if I can create an example of request and response in my confluence page like Confluence Developers Guide page has: https://developer.atlassian.com/cloud/jira/platform/rest/v2/api-group-users/#api-rest-api-2-user-get
I'm pretty sure that https://developer.atlassian.com/ is not hosted on Confluence. Or more specifically the API reference pages. I can't quite figure out whether it's a product or home-grown.
So, while you could get some of the tab functionality using add-ons like @Dave Liao noted, I thought you might be looking for a more complete solution that can generate API request/response examples directly from specs/documentation that is checked-in alongside code.
As I suspected, that kind of functionality is built on proprietary code that Atlassian has written:
Is the Rest API documentation tool used by Atlassian Open-source?
Unfortunately not yet. The developer.atlassian.com team wrote it all in React and it’s based, directly, on OpenAPI spec files. We even wrote the schema explorer from scratch. We also make good use of oas-kit and react-markdown.
If you are looking for a way to do something similar to this within Confluence, there are several apps that will allow you to include Swagger / OpenAPI documentation on your Confluence site:
Anyways, hope this helps.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Danilo de Nadai Sicari - hi Danilo!
There are various tab add-ons on the Marketplace that could replicate what's seen on Atlassian's Developer site.
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.