-
Notifications
You must be signed in to change notification settings - Fork 311
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
How to generate automatic JSON for swagger by giving UI to user to give a API details. #68
base: master
Are you sure you want to change the base?
Conversation
Are you asking about using a web UI that helps authors produce a valid swagger.json file, like http://editor.swagger.io ? |
Hi Theodore,
Thanks to look at my question. Am talking about who maintaining API's docs
in project is that guy to add an additional API information by giving name,
method just like filling registration form UI.
You sent an sawgger editor link to build JSOn or YAML files but am asking
is it way to take inputs from front end and in programmatic way to update
predefined JSON/YAML.
And small request is their any themes for Swaggor to show API list.
Thanks!
…On Fri, Jan 27, 2017 at 12:19 AM, Theodore X. Pak ***@***.***> wrote:
How can we write program to support developer to generate automatic JSON
file by giving API details in UI.
Are you asking about using a web UI that helps authors produce a valid
swagger.json file, like http://editor.swagger.io ?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#68 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ANO1-4Zc1w7A3CxcgmM3PHlsP5yfkIutks5rWOrTgaJpZM4KX7p3>
.
--
Thanks.
|
Hi @RamYerra , I don't know what technologies you use but we use springfox/springfox for the auto JSON generation. springfox supports Spring Framework. if you do not use Spring, after little research, may be you can find an alternative. Swagger-ui just a UI for the JSON. |
Thanks Veysi!
…On Mon, Jan 30, 2017 at 10:50 AM, Veysi Ertekin ***@***.***> wrote:
Hi @RamYerra <https://github.com/RamYerra> ,
I don't know what technologies you use but we use springfox/springfox
<https://github.com/springfox/springfox> for the auto JSON generation.
springfox supports Spring Framework. if you do not use Spring, after little
research, may be you can find an alternative. Swagger-ui just a UI for the
JSON.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#68 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ANO1-1FU0_CmZwSj_ucz-Aq4g-vUl-PEks5rXXMTgaJpZM4KX7p3>
.
--
Thanks.
|
Hi All,
How can we write program to support developer to generate automatic JSON file by giving API details in UI.