Re: Example Use of Python Client SDK?

2017-07-17 Thread wing328
Please open a ticket via https://github.com/swagger-api/swagger-codegen/issues/new (if you've not done so) so that the Swagger Codegen community can help you out. On Friday, 16 June 2017 04:47:04 UTC+8, James wrote: > > Hey, so I'm happy with my python/swagger connexion server, but I can't >

Re: Response objects with (generated) JavaScript client

2017-07-17 Thread wing328
Please open a ticket via https://github.com/swagger-api/swagger-codegen/issues/new (if you've not done so) so that the Swagger Codegen community can help you out. On Thursday, 6 July 2017 19:30:53 UTC+8, mi...@pockethighstreet.com wrote: > > > Hi there, > > Is there a standard way of accessing

Re: Tabs for displaying code snippets in different languages?

2017-07-17 Thread wing328
You may want to try the `html2` generator in Swagger Codegen (https://github.com/swagger-api/swagger-codegen) If you've further questions, please open a ticket via the issue tracker in the Github repo. On Monday, 17 July 2017 22:27:47 UTC+8, Rolfe Dlugy-Hegwer wrote: > > I'd like to display

Re: Can I start to develop a template for swagger codegen for OAS 3?

2017-07-07 Thread wing328
Let's continue the discussion in https://github.com/swagger-api/swagger-codegen/issues/2881 On Tuesday, 27 June 2017 05:27:02 UTC+8, Francesco Guardiani wrote: > > Hi to everybody, > I implemented inside Vert.x framework the OAS 3.0 support. Is It possible > to start to develop the server and

Re: Newbie help installing PHP Client files on server

2017-04-02 Thread wing328
Have you read the auto-generated README file? I would also suggest you to start a discussion via https://github.com/swagger-api/swagger-codegen/issues/new so that the swagger codegen community can help you out. JPeg於 2017年3月15日星期三 UTC+8上午10時58分10秒寫道: > > Hi, I'm a beginning developer and I

Re: Swagger codegen version for Java 6 and Jersey 1.17.1

2017-04-02 Thread wing328
Sonia, I would suggest you to start a discussion via https://github.com/swagger-api/swagger-codegen/issues/new so that the swagger codegen community can help you out. There's is a `java6` option (contributed by the Swagger Codegen community) to make the Java API client compatible with JDK1.6

Re: swagger-codegen default_api.py has wrong name

2017-04-02 Thread wing328
Looks like `tags` is set to empty string. I would suggest you to start a discussion via https://github.com/swagger-api/swagger-codegen/issues/new so that the swagger codegen community can help you out. John Hogenmiller於 2017年3月23日星期四 UTC+8下午12時14分09秒寫道: > > I have macOS sierra and

Re: swagger generator

2017-04-02 Thread wing328
dips, Please start a discussion via https://github.com/swagger-api/swagger-codegen/issues/new so that the swagger codegen community can help further. packageUrl is referenced in the setup.py:

Re: Swagger to generate example snippets

2017-04-02 Thread wing328
You can generate documentation using Swagger Codegen (html, html2). Please start a discussion via https://github.com/swagger-api/swagger-codegen/issues/new so that the swagger codegen community can help further. Priyanka於 2017年3月29日星期三 UTC+8上午5時55分50秒寫道: > > Is there any way to generate

Re: How we generate swagger.json file in django using django rest framework

2017-03-01 Thread wing328
Have you tried using https://github.com/marcgibbons/django-rest-swagger to generate the OpenAPI/Swagger spec? Kumar Suresh於 2017年1月12日星期四 UTC+8下午6時53分58秒寫道: > > > i have some question: > > Question 1: How i get swagger.json file of my api's > Question 2: How i got swagger.yaml file of my api's

Re: Gradle based build support when code generating Java based API

2017-03-01 Thread wing328
The latest master has better support for gradle-based build (e.g. https://github.com/swagger-api/swagger-codegen/blob/master/samples/client/petstore/java/okhttp-gson/build.gradle). Please give it a try. I don't think codegen produces build.gradle for *all* Java-related generators at the

Re: Python client - Disable SSL

2017-03-01 Thread wing328
Please open a ticket via https://github.com/swagger-api/swagger-codegen/issues/new if you still need help on that. Bryce Montano於 2016年11月4日星期五 UTC+8下午10時57分55秒寫道: > > Hello, > > Thus far I have described my API with the Swagger Editor and now I have > downloaded the Swagger Python client

Re: Generating ASP.NET 5 Server

2017-03-01 Thread wing328
Please open a ticket via https://github.com/swagger-api/swagger-codegen/issues/new if you still need help on that. Ofir Green於 2016年11月7日星期一 UTC+8下午6時16分31秒寫道: > > Hi, > > Due to incompatibility of my project with .NET Core at the moment I'd like > the option to generate ASP.NET 5 server from

Re: A file missed by Swagger gencode.. why?

2017-03-01 Thread wing328
Please open a ticket via https://github.com/swagger-api/swagger-codegen/issues/new if it's still an issue with the latest master. Hung Tang於 2017年2月10日星期五 UTC+8上午4時08分21秒寫道: > > Hi, > > I am using Swagger to generate my c# client. For some reason, it's not > generating a file that's required

Re: swagger-codegen for java and multi-threading support

2017-03-01 Thread wing328
Please open a ticket via github.com/swagger-api/swagger-codegen/issues/new to start a discussion in the Github repo. Suresh Krishnappa於 2017年2月14日星期二 UTC+8上午1時24分24秒寫道: > > The document for the auto-generated java client ( >

Re: Getting started with generated code

2017-03-01 Thread wing328
Hi Paul, For other langauges (C#, Java, Ruby, Python, PHP, etc), the auto-generated code also comes with documentation (installation instruction, code samples, etc). Here are a few examples:

Re: codegen-2.2.2-SNAPSHOT regression with enum?

2017-03-01 Thread wing328
I did a test with the latest master and `java` (default: okhttp-gson) but couldn't repeat the issue. Here is what the generated code looks like: /** * platform */ public enum PlatformEnum { @SerializedName("darwin") DARWIN("darwin"), @SerializedName("linux")

Re: New Swagger libraries for Clojure

2016-09-06 Thread wing328
You will need to submit a PR, similar to this one: https://github.com/swagger-api/swagger.io/pull/124 William Oliver Hine於 2016年9月2日星期五 UTC+8上午12時18分25秒寫道: > > Hi all, > > I thought I'd let you all know about a couple of libraries I've been > working on in Clojure. > > *pedestal-api* > A

Re: Problems with parsing datetime on server side

2016-08-26 Thread wing328
Please open a ticket via https://github.com/swagger-api/swagger-codegen/issues/new and we'll look into the issue. Philipp於 2016年8月25日星期四 UTC+8下午8時01分11秒寫道: > > Hello at all, > > I have a swagger definition like this: > > /services: > get: > parameters: > - name: begin >