Hello everyone,
Does anyone know if there is a built in feature in bubble allowing to publish a documentation for my App API (ie defining Auth method, public endpoints with json format etc…) automatically.
If not, how would you do that ?
Thanks !
Hello everyone,
Does anyone know if there is a built in feature in bubble allowing to publish a documentation for my App API (ie defining Auth method, public endpoints with json format etc…) automatically.
If not, how would you do that ?
Thanks !
Hi @pro.sc.conseils ![]()
I think bubble recommends swagger for API documentation
https://manual.bubble.io/core-resources/api/introduction#swagger-specification
In addition to viquarahmed07 answer above:
If you deselect “Hide Swagger API documentation access” in Settings - API, Bubble will generate Swagger API spec for you.
You can then copy and paste all that text into a swagger doc editor! Bam, you got sweet API documents nicely formatted for a human