what's the difference of swagger Editor and swagger UI
428 views
Skip to first unread message
happyl...@gmail.com
unread,
Dec 7, 2015, 8:32:55 PM12/7/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Swagger
Hi guys, I'm a newbie for swagger. I'm confused by swagger Editor and Swagger UI.
I think swagger UI is a online tool to display RESTful API interface from swagger definition file (json). And I think the swagger Editor has the same function. But what's difference of them.
Thanks.
Ron
unread,
Dec 8, 2015, 2:58:30 PM12/8/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Swagger
Swagger-Editor enables you to design your API and see the documentation unfold as you write it up.
Swagger-UI is a standalone static set of html/javascript files that can be used to host your documentation online for other users.
The first is intended for editing, the second for display.