Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: interactive swagger-ui auto-generated API docs from express #1812

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

ocflowiseai
Copy link
Contributor

@ocflowiseai ocflowiseai commented Feb 25, 2024

This module serves auto-generated swagger-ui API docs from express, based on a swagger.yml file.

This module works only when running Flowise in dev mode with yarn dev command either from root folder either from packages/api-documentation folder.

The result is interactive swagger documentation for Flowise API served via http://localhost:6655/api-docs route.

image

Methods to be added as described here - https://editor.swagger.io/

@ocflowiseai ocflowiseai self-assigned this Feb 25, 2024
@ocflowiseai ocflowiseai changed the title Add interactive swagger-ui auto-generated API docs from express Feature: interactive swagger-ui auto-generated API docs from express Feb 25, 2024
@ocflowiseai ocflowiseai added the documentation Improvements or additions to documentation label Feb 25, 2024
@ocflowiseai ocflowiseai force-pushed the feature/swagger-api-interactive-documentation branch from 291b394 to 3fbbc6c Compare March 12, 2024 01:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant