Re: get the URL to access the swagger editor for a given API spec

2016-09-02 Thread tony tam
Your JSON is malformed. It won’t load any invalid JSON > On Sep 2, 2016, at 2:45 PM, Shima wrote: > > Great! Thanks. I am trying to import this URL > https://raw.githubusercontent.com/Network-of-BioThings/smartAPI/master/data/mygene.info_swagger.json > , but it does not get loaded. Can you

Re: get the URL to access the swagger editor for a given API spec

2016-09-02 Thread Shima
Great! Thanks. I am trying to import this URL https://raw.githubusercontent.com/Network-of-BioThings/smartAPI/master/data/mygene.info_swagger.json , but it does not get loaded. Can you please take a look? Thanks On Friday, September 2, 2016 at 1:47:45 PM UTC-7, tony tam wrote: > > Please see he

Re: get the URL to access the swagger editor for a given API spec

2016-09-02 Thread tony tam
Please see here: https://github.com/swagger-api/swagger-editor/blob/master/docs/import.md#url-query-parameter For example: http://editor.swagger.io/#/?import=http://generator.swagger.io/api/swagger.

get the URL to access the swagger editor for a given API spec

2016-09-02 Thread Shima
I have different API specs in a repository, and I would like to get the URL to access the swagger editor for a given spec retrieved from repository. How can I get the URL to access swagger editor for that specific API? Thank you! -- You received this message because you are subscribed to the G

How to generate a Interface file from an Updated Code.

2016-09-02 Thread Kumar
Hi, If we use swagger editor to define an interface and generate code. It would give us the provider and consumer code which does not contain any swagger annotations and i can work on the code. If we are following Agile development methodology. Later in some point of development if t

subTypes

2016-09-02 Thread Ben Gill
Hi, I want my Swagger API to show subtypes so I can use Swagger code gen to generate those subtypes. However, I see this is not supported / implemented. Is there a work around for this, or should I just not being using subtypes in a RESTful web service? Thanks -- You received this message

How to generate an Interface file from an Updated Code.

2016-09-02 Thread Kumar
Hi, If we use swagger editor to define an interface and generate code. It would give us the provider and consumer code which does not contain any swagger annotations and i can work on the code. If we are following Agile development methodology. Later in some point of development if the