Running swagger jax-rs server from command line

2018-11-28 Thread Rodolfo Alcazar Portillo
Hi, I repeat the question I've posted here: https://stackoverflow.com/questions/53430573/running-swagger-jax-rs-from-command-line I've created a simple YAML definition in https://editor.swagger.io/, generated a "jaxrs" server, imported it in eclipse and *having the source code,* it

Authorization in swagger

2018-11-28 Thread ankita bhardwaj
Hi All, I want to know about the authorization in swagger. I want my apis to lock until I do some authentication. As soon as the authentication is done, APIs should be unlocked to use. How can I achieve this? I have tried security definiions inside swagger like this- "securityDefini

Messed up Confluence-doc , when generating documentation with SWAGGER 2 plugin

2018-11-26 Thread Димитър Манчев
Hello, everyone, I am using Swagger 2 to generate REST API documentation. The project build with the newly annotated classes compiles and generates successfully .adoc format-based documentation, including a Confluence-suitable mark-up text files. However - I noticed, however, that when I

Swagger integration support for servlet in springboot project

2018-11-20 Thread Rijuta
Hi, We have a Java-Servlet project that we recently migrated to Springboot. However, some of the endpoints are still Servlet endpoints. I am trying to add Swagger documentation but the swagger doesn't detect the Servlets as endpoint. I tired a few online solutions, no success yet

Swagger integration with Swagger for Springboot project

2018-11-20 Thread Rijuta
Hi, We have a Java-Servlet project that we recently migrated to Springboot. However, some of the endpoints are still Servlet endpoints. I am trying to add Swagger documentation but the swagger doesn't detect the Servlets as endpoint. I tired a few online solutions, no success yet

Change API display order in Swagger (using Spring)

2018-11-14 Thread divya kakkirala
Hi All, I am trying to change the displayed method order in swagger-ui page using java , want to show first OTP method and then Authentication and then welcome .How can i write manual position based methods using Swagger API with Spring with Java. If any one knows above question answer

Re: Swagger 2.x and JAX-RS subresources

2018-11-14 Thread Pat S
I would try adding /api, and /doit to the @Path annotations. Pat On Friday, October 26, 2018 at 11:17:34 AM UTC-4, franck102 wrote: > > Hi all, > > I am using the swagger-maven-plugin version 2.0.5 to generate an OpenApi > spec from my JAX-RS Jersey application, and I can't

Q: how to extend Obj-C models created with swagger-codegen

2018-11-14 Thread Valerio Santinelli
I have used swagger-codegen to generate the client for my API. I need to extend some of the models because I need to make some properties transform to nil when serializing to JSON and some other properties (some dates) to follow a different date format than the default. Is that achievable

Re: Swagger stub from MySql DB

2018-11-09 Thread Massimo Rosciano
Nobody is following the forum. What a pity! Il giorno venerdì 2 novembre 2018 15:36:00 UTC+1, Massimo Rosciano ha scritto: > > Hi, >I need an information. Is there the possibility to generate swagger > json (or yaml) file from a db schema? How can I proceed? > > Bye and

Can not upload file when using a swagger generated spring server

2018-11-09 Thread daniel.toews91 via Swagger
Hello, I already posted this question on stackoverflow, but nobody answered it there (https://stackoverflow.com/questions/53189770/can-not-upload-file-when-using-a-swagger-generated-spring-server). So I hope that someone on the dedicated servers will be able to help me. I want

Re: swagger tool usage

2018-11-09 Thread divya kakkirala
Hi,Sorry for late response,have u done swagger implementation project. On Wed, Oct 10, 2018 at 6:00 PM Ramu Siva wrote: > [image: Boxbe] <https://www.boxbe.com/overview> This message is eligible > for Automatic Cleanup! (ramusiv...@gmail.com) Add cleanup rule > <https://www.b

How create a swagger file for Oauth 2.0 client credential grant type???

2018-11-04 Thread mannemaheshbabu
How create a swagger file for Oauth 2.0 client credential grant type??? -- You received this message because you are subscribed to the Google Groups "Swagger" group. To unsubscribe from this group and stop receiving emails from it, send an email to swagger-swaggersocke

Swagger stub from MySql DB

2018-11-02 Thread Massimo Rosciano
Hi, I need an information. Is there the possibility to generate swagger json (or yaml) file from a db schema? How can I proceed? Bye and thanks, Massimo. -- You received this message because you are subscribed to the Google Groups "Swagger" group. To unsubscribe from this grou

Authenticatication the whole Swagger page

2018-10-31 Thread Jirka Ylönen
What's the easiest way to authenticate the whole Swagger page (using Tomcat role's username and password) so that nothing except authentication form (where username and password is asked) is shown. Nowadays my Swagger page asks authentication only when "Try it Out" is clicked

Re: Hiden or disable Swagger.

2018-10-26 Thread Irfan Pasha
} ] }, "userDefinedOptions": { "support.swagger.ui": false } } On Fri, Oct 26, 2018 at 2:05 PM Oscar Vivar wrote: > I would like to know if you have a documentation of how to disable or hide > swagger? Contro

Hiden or disable Swagger.

2018-10-26 Thread Oscar Vivar
I would like to know if you have a documentation of how to disable or hide swagger? Controllers, methods through the IIS. -- You received this message because you are subscribed to the Google Groups "Swagger" group. To unsubscribe from this group and stop receiving emails fro

Swagger 2.x and JAX-RS subresources

2018-10-26 Thread franck102
Hi all, I am using the swagger-maven-plugin version 2.0.5 to generate an OpenApi spec from my JAX-RS Jersey application, and I can't figure out how to deal with subresource classes? If I do nothing, I end up with the operations being listed twice; if I add @Hidden on the subresource class

how to use swagger for my own rest api

2018-10-26 Thread UgurD
hi there, i want to create my api documantation with swagger i use system rest api(nodejs jwt ) is ready and working now for example i can do all process with postman now i want to integration swagger to my own system. i want to try understand how to system working basically what should i do

How to integration swagger to my rest api?

2018-10-26 Thread UgurD
How can i integration swagger to my rest api ? i want to api documantation my api. -- You received this message because you are subscribed to the Google Groups "Swagger" group. To unsubscribe from this group and stop receiving emails from it, send an email to swagger-swaggersocke

Customize Swagger UI

2018-10-23 Thread Mehmood Ghaffar
Hi, how do I customize the default swagger layout? I want to show only the operations and the Tags wrapping around these operations. I am using swagger plugin in my Gradle application and defined my own Gradle task to do specific operations. https://swagger.io/docs/open-source-tools/swagger-ui

Re: [swagger-codegen-maven-plugin] How to generate @FeignClient

2018-10-21 Thread Gerard Bosch
It seems that the answer to my problem is here: https://github.com/swagger-api/swagger-codegen-generators/pull/193 spring-cloud library was (temporarily) disabled in 3.0.1. El diumenge, 21 octubre de 2018 17:05:14 UTC+2, Gerard Bosch va escriure: > > I tried with this dependency a

Re: [swagger-codegen-maven-plugin] How to generate @FeignClient

2018-10-21 Thread Gerard Bosch
ry > `spring-cloud` as I read somewhere I got the following error when I make > `mvn compile`: > > io.swagger.codegen.v3:swagger-codegen-maven-plugin:3.0.2:gen‌​erate > failed: Unknown library: spring-cloud > [ERROR] Available libraries: > [ERROR] spring-b

[swagger-codegen-maven-plugin] How to generate @FeignClient

2018-10-21 Thread Gerard Bosch
the `@FeignClient` interface as well and *here comes the problem*. If I try to configure it to use the library `spring-cloud` as I read somewhere I got the following error when I make `mvn compile`: io.swagger.codegen.v3:swagger-codegen-maven-plugin:3.0.2:gen‌​erate failed: Unknown library

Re: Swagger UI for REST Request body example

2018-10-19 Thread Sharad Goyal
Do you know when it will be implemented? On Friday, 13 October 2017 09:42:29 UTC-4, Provash Dowari wrote: > > Hi, > > I have query for example request body rendering in Swagger UI. I am using > swagger-jaxrs2-2.0.0-rc2 version for document json generation and > swagger-ui-v3

Re: Swagger API backwards compatibility validator

2018-10-15 Thread trevor.getty via Swagger
t; file. We give it two JSON files, and it returns a boolean: > compatible or not (exit code 0 or not). > > So far the only tool I found with such a feature is Swagger Diff, the Ruby > version (https://github.com/civisanalytics/swagger-diff), however, it > seems to miss certain b

Re: Swagger API backwards compatibility validator

2018-10-15 Thread trevor.getty via Swagger
uld fail the build / test / deploy if > there is a breaking change between the current and the previous > "swagger.json" file. We give it two JSON files, and it returns a boolean: > compatible or not (exit code 0 or not). > > So far the only tool I found with such a f

Re: Questions about the sample Petstore swagger API

2018-10-11 Thread urnotmysupervisor
I also get the same error when I try to delete an order ID. I did that because I wanted to see if I delete say, order 7, I can then create an order 7. -- You received this message because you are subscribed to the Google Groups "Swagger" group. To unsubscribe from this group and stop

Re: Questions about the sample Petstore swagger API

2018-10-11 Thread urnotmysupervisor
I get error code 500: “something bad happened” I’m just making up an ID number for the order Id and using a pet Id number for a pet I created. Is that wrong? -- You received this message because you are subscribed to the Google Groups "Swagger" group. To unsubscribe from this grou

Re: Questions about the sample Petstore swagger API

2018-10-10 Thread Ron Ratovsky
1 – it’s a single store instance, you can’t create new stores. 2 – What error do you get? From: on behalf of "urnotmysupervi...@gmail.com" Reply-To: "swagger-swaggersocket@googlegroups.com" Date: Wednesday, October 10, 2018 at 14:07 To: Swagger Subject: Questi

Questions about the sample Petstore swagger API

2018-10-10 Thread urnotmysupervisor
Hi, I have some questions about the swagger Petstore API located here: http://petstore.swagger.io and would greatly appreciate any help. #1- I can see how to create a pet. But how do I create a store? #2- I'm having an issue with placing an order for a pet, I keep getting an error

Swagger Inflector validatePayloads (Java)

2018-10-10 Thread Mário Dornelles
Digite o código aqui... Hi, I am trying to turn on automatic payload validation on Swagger Inflector. I put the 'validatePayloads: true' on my inflector.yaml file. This is a snippet of my swagger.yaml file groups: get: tags: - groups x-swagger-router-controller

swagger tool usage

2018-10-10 Thread Ramu Siva
Hi All, I am new to swagger develop tool usage. Let me know how can i use the swagger tool and create the C++ server and client? please share if any links for creation of C++ server and client. Thanks and Regards, Ramu Y -- You received this message because you are subscribed to the Google

Swagger API backwards compatibility validator

2018-10-08 Thread Denes Daniel
and the previous "swagger.json" file. We give it two JSON files, and it returns a boolean: compatible or not (exit code 0 or not). So far the only tool I found with such a feature is Swagger Diff, the Ruby version (https://github.com/civisanalytics/swagger-diff), however, it seems to miss certai

Hiding regex expressions used for validation in Swagger and Redoc

2018-10-08 Thread 'Keefers' via Swagger
When we use a regex as a validator in swagger the regex shows up in our redoc documentation. We don't believe that our users will understand these random regular expressions in the documentation. Is there a way to hide the regular expression from the documentation. Or possibly define

Re: Hiding regex expressions used for validation in Swagger and Redoc

2018-10-05 Thread 'Keefers' via Swagger
as an object. I'm doubting that redoc would print an entire object to the documentation if an object was used. A small example would be great... TY -- You received this message because you are subscribed to the Google Groups "Swagger" group. To unsubscribe from this group and stop receiv

Hiding regex expressions used for validation in Swagger and Redoc

2018-10-05 Thread 'Keefers' via Swagger
. I'm doubting that redoc would print an entire object to the documentation if an object was used. A small example would be great... TY -- You received this message because you are subscribed to the Google Groups "Swagger" group. To unsubscribe from this group and stop receiving e

Re: swagger-editor to load yaml by url

2018-10-05 Thread Kurt Ahhh
gt;> Hello, >> >> thanks for this excellent tool ! >> >> With Swagger editor, i would like to load yaml files according to the >> url, is it possible ? >> >> example: http://localhost/swagger-editor/petstore, would load >> petstore.yaml >> h

Display attribute not displaying in Swagger - EF Core API Core

2018-10-04 Thread James Evans
page. We are migrating the API to EF Core 2.1 and WEB API Core and also using Swagger to automatically document the API. The descriptions are not showing up at all in the generated documentation and I can find nothing in the Swagger docs or EF Core docs or googling around for days that even mentions anyt

Re: swagger-editor to load yaml by url

2018-10-04 Thread Irfan Pasha
Yes, you can. The URL's basically looks like this. myapp/doc/api-docs?url=/myapp/doc/candystore.yaml On Thu, Oct 4, 2018 at 11:25 AM Kurt Ahhh wrote: > Hello, > > thanks for this excellent tool ! > > With Swagger editor, i would like to load yaml files according to the url, &

swagger-editor to load yaml by url

2018-10-04 Thread Kurt Ahhh
Hello, thanks for this excellent tool ! With Swagger editor, i would like to load yaml files according to the url, is it possible ? example: http://localhost/swagger-editor/petstore, would load petstore.yaml http://localhost/swagger-editor/candystore would load candystore.yaml thanks Kurt

Re: Adding swagger-core annotations to a project what dependencies do I need at runtime?

2018-10-03 Thread Brian Laskey
Well, based on my experience on trying it out, I included swagger-annotations*.jar and everything worked, I haven't tried without including that jar, but am hesitant to risk it at this stage of my product's release. Thanks On Thursday, September 13, 2018 at 11:24:48 AM UTC-4, Brian Laskey

How to update (or replace) old swagger-node npm module and `swagger project edit` ?

2018-10-01 Thread David Biesack
The npm project swagger-api/swagger-node <https://github.com/swagger-api/swagger-node> (version 0.7.5) still depends on "swagger-editor": "^2.9.2" (see also https://github.com/swagger-api/swagger-node/issues/570) but the older swagger-editor has many bugs fix

Swagger for Bash cli's

2018-10-01 Thread Sriram Lakshmi
Hi, I have some buch of Bash clis command in my API which clients need to use this clis, now can I use swagger to bulid a wapper on top of these Bash cli's? If so please guide me with a proper git hub with all instructions Thanks -- You received this message because you are subscribed

Swagger UI failed to display path parameter when defined as ** (spring framework)

2018-09-27 Thread Afik Grinstein
Hi all, I defined a API that look like this: *@GetMapping("/name/**")* But when accessing the swagger UI nothing is display under the parameters section for this API. Can someone help me define the ** as parameter so i can use the swagger in order to call this API. Thanks for the

Swagger spec for many files; with extra data associated with each file.

2018-09-24 Thread Brent
(different) extra data associated with each file. Is there a best practice way to tackle that? Thanks, Brent -- You received this message because you are subscribed to the Google Groups "Swagger" group. To unsubscribe from this group and stop receiving emails from it, send an email

swagger codegen 3.0

2018-09-20 Thread bridgerdunn
Is flask generation supported for swagger 3.0 yet? -- You received this message because you are subscribed to the Google Groups "Swagger" group. To unsubscribe from this group and stop receiving emails from it, send an email to swagger-swaggersocket+unsubscr...@googlegroups.com

Error for Swagger 3.0

2018-09-19 Thread Savitha N K
Hi, I am using cloud formation template to define the APIs with swagger definition. Until 17 Sep, the APIs were working fine with the swagger version 3.0. All of a sudden, from yesterday it is giving the error while creating the stack using the cloud formation template: " Invalid OAS

Requiring query parameters in swagger UI

2018-09-18 Thread bryan burke
I have an API end point that uses both path parameters and query parameters. In the Swagger UI the path parameters are listed as required but the query parameters are not. I'm using Swashbuckle Gen to set up the descriptions from XML comments. How can I set the query parameter to be required

Re: Java 11 Compatibility check Swagger

2018-09-16 Thread William Lim
test version of the > libraries: > -swagger-annotations.jar, > -swagger-core.jar, > -swagger-jaxrs.jar, > -swagger-models.jar. > > We are looking a version of this library or its substitute compatible with > Java 11. > > Could you help us by answering the following questi

Java 11 Compatibility check Swagger

2018-09-14 Thread awegrzyn
Hi, at the beginning, I would like to apologize for using the google group for this purpose, I didn’t find another better place where I could find help. I would like to ask you for help in locating the latest version of the libraries: -swagger-annotations.jar, -swagger-core.jar, -swagger

Adding swagger-core annotations to a project what dependencies do I need at runtime?

2018-09-13 Thread Brian Laskey
I am attempting to use swagger-core 1.5.21 for generating my Swagger description. I am not using Maven, and I am trying to build a static Swagger 2.0 descriptor for my JAXRS project, so other than having the Java annotations, I don't intend to ship other parts of the swagger-core with my

I have problem with editor swagger when generating client

2018-09-12 Thread william . lim
you :) -- You received this message because you are subscribed to the Google Groups "Swagger" group. To unsubscribe from this group and stop receiving emails from it, send an email to swagger-swaggersocket+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.

Swagger jersey API not working with embedded grizzly

2018-09-11 Thread shiprapant199
[image: project.PNG] I have a jersey project in this structure, which consist of swagger annotations . I have used it with standalone tomcat server and the API is running fine. Now I am trying to run the same API with an embedded Grizzly server. I have written the main function

Dynamic query parameters in Swagger UI

2018-09-05 Thread Mohangandhi Vadapalli
Dear Team, I configured Swagger API in spring boot application. I have one task related to dynamic query parameters which is not provided by Swagger, correct me if I am wrong . Here is an example: URL : http://localhost:8080/users (Http GET method) : This API returns all users. Let us say

How do you handle having either duplicate or long path parameters in swagger or YAML?

2018-09-01 Thread AceNinja1101
Alright so I want to know if there is a way to shorten the path parameter that I have or some way to reference the same path with just more parameters. I am working on API documentation in swagger. Here is an example: Path parameter with multiple parameters: /test/{StudentID

Re: How to hide some APIs from swagger UI?

2018-08-30 Thread Abhishek Gupta
Hi Tony, Can you help me in configuring SwaggerSpecFilter in SPringBoot application? I tried using FilterFactory.setFilter (new MySwaggerFiler()); But it didn't help. On Friday, March 28, 2014 at 9:41:32 PM UTC+5:30, Ron R wrote: > > Hi Wendy, > > Check > https://github.com/

Code Snippets using CommonMark syntax in Swagger Core Java annotations

2018-08-29 Thread Irfan Pasha
Hi, Do we have any examples to use CommonMark syntax in Java annotations for Swagger Core. I am mostly looking for shortening my URL in @externalDocs annotation. Any help is appreciated. -- You received this message because you are subscribed to the Google Groups "Swagger&q

How to describe specific Json example in swagger using json

2018-08-27 Thread data-ing2
I just posted on SO but some older answers were redirecting here, so if anyone could help me out, this is the first time I am using swagger and it's a bit overwhelming. Since it is vacation time, I have to complete a teammates task. He was using swagger to describe the API I program. We now

swagger-codegen: for both bootstrapping and maintenance?

2018-08-23 Thread Ethan Trovillion
I'm looking into how to get started with Swagger/OpenAPI, and I've had the chance to play around a bit with the codegen tool. I see that it can be used to quickly generate client and server-stub projects, including skeleton build-tool definitions. My question is what happens once the client

Swagger OpenApi as OpenIDConnect-protected Kubernetes Ingress Controller

2018-08-23 Thread peter
Hi, Came here to ask a question that has been bothering me for the past few weeks. I think it would be total hit to create a front end Swagger OpenApi OpenIDConnect admission controller as Kubernetes Ingress Controller. Kubernetes is already grouping pods and exposing them under a service per

Validate swagger definition file offline

2018-08-16 Thread srivathsansampath89
Hi , Is there any api library available which enables us to validate the swagger definition file offline, right now I see that the swagger editor does that . Say for example I don't have a ref defined in the json resolved , this is not getting caught as an error in the backend by any parser

Is Swagger supports Odata api

2018-08-14 Thread Siva Rama Krishna Vellanki
I am new to Swagger, want to know is there a way to get Odata api into Swagger . -- You received this message because you are subscribed to the Google Groups "Swagger" group. To unsubscribe from this group and stop receiving emails from it, send an email to swagger-swaggersocke

Swagger 2 ObjectMapper configuration

2018-08-10 Thread Carl Bradwell
Hi, In ObjectMapperFactory, WRITE_ENUMS_USING_TO_STRING is now set to TRUE in swagger 2, whereas it was FALSE in 1.5. Is there a configuration to set this to FALSE? -- You received this message because you are subscribed to the Google Groups "Swagger" group. To unsubscribe from

Adding Authorization Bearer Token programatically in Swagger 2.0

2018-08-09 Thread Martin Engen
Hello Is it possible to add the authorization token programmatically in Swagger 2.0? I have been able to create the Authorize button, by adding securityDefinitions: Bearer: type: apiKey in: header name: Authorization which lets me enter the JWT id-Token manually, but my users

302 redirection is not happening from webapi core 2.0 when used swagger

2018-08-08 Thread vedaprakash . behera
I have an API, which does some operation and redirects to a third party url. Which never works if the action method is attributes with Swagger, It works fine if I comment out Swagger. Please review and comment. -- Confidentiality Notice: The above information contained in this email

swagger-ui: How to correctly resolve relative links to images from OpenAPI description ?

2018-08-06 Thread David . Biesack
How do I reference a image in my API description so that the image is resolved correctly via Swagger UI? For example: http://www.example.com/swagger-ui/?url=http://www.example.com/apis/v1.0.0/openapi.yaml I want to include an image in a description in openapi.yaml , referencing a image

Integrate Swagger UI latest version with existing old version codeigniter project

2018-08-06 Thread vikas . gupta
I need to integrate latest version of swagger UI for one of my existing old version code-igniter project apis. I have integrated old version 1.2 successfully. But there is no documentation how to integrate latest swagger version with old version or any version existing code-igniter project

Re: Swagger editor option

2018-08-01 Thread taly
Thanks for answering the Meta data question. Can you please update me on my 2 additional questions: 1) Currently we have on the API page, sidebar links. Can we keep them when implementing Swagger? 2) Is there an option to control the API page index status (Indexed for Search Engines crawl

Trying to implement external docs in my spring project, not able to find it in swagger UI

2018-05-24 Thread Ankita Singh
Method level annotation used @externaldocs(value = "About me", url = "http://about.me/me;) -- You received this message because you are subscribed to the Google Groups "Swagger" group. To unsubscribe from this group and stop receiving emails from it, send an email

Annotation-based swagger configuration in Java: how to generate API classes?

2018-05-24 Thread Martin Dietze
I have inherited a project that uses swagger without a yaml or json file but Java annotations on controllers and model classes instead. I would now like to generate the API classes using the maven plugin in order to implement integration tests, i.e. tests firing REST requests at a running

Swagger-UI v3.15.0 does not execute queries when API has no parameters, getting Type Error instead

2018-05-24 Thread Chris Bavaria
Hellows! I think I have a bug in Swagger UI I run v3.15 from git, but the problem persists for a long time now.(not sure if it ever worked) The problem is in Chrome and Firefox. When I TryOut->Execute APIs with no parameter, it does not do anything. Browser dev-tools show zero netw

Re: Local Swagger Design and refs to folders for importing

2018-05-22 Thread Timothy Lavelle
Just as a FYI for others who might be trying to do the same thing, after following this link I was able to get exactly what I wanted done. https://azimi.me/2015/07/16/split-swagger-into-smaller-files.html Skip to the end where it has a link to the Github to run a CLI command to merge all

Local Swagger Design and refs to folders for importing

2018-05-22 Thread Timothy Lavelle
Hi, I'm working on designing quite a few APIs and my current Swagger file in the online editor is quite large. I'd like to bring it all to my local dev environment and structure my $ref into logical folder structures for the components I share globally and across different paths. I use MS Code

Generation code by swagger metadata only for directly specified controllers

2018-05-18 Thread Дмитрий Лукьянов
Hi all, I'm using swagger as tool for generation .net client for my asp.net web api service. After swagger configuration and deployment of my api service, I can open swagger metadata by this url : http://myappazurelink/v1/swagger. Then, I save my service metadata to .json file and generate

Scala: swagger document generation for trait mixin

2018-05-18 Thread Andrew Henderson
classOf[Book], classOf[Car])) trait Item { val code: String } This is generating the following swagger documentation for these objects: "Item": { "type": "object", "discriminator": "type" }, "Book": { "allOf": [ { "$

SparkJava support for Swagger

2018-05-18 Thread Manuel Santos
Hi, I hope you are well. I´ve been working on a library to add Swagger (https://swagger.io/) support for a Spark application. The library can be interpreted as a Spark extension that can wrap a Spark service instance and provide an API where a developer can provide metadata for documentation

Send Sensor Data to Swagger Hub and use Web-hooks to share the output of data analysis

2018-05-17 Thread snartcaleb23
ity-sensor/> with particle photon which send the data to swagger hub and shares the average temperature readings as well as individual temperature readings for different departments using web hooks(for web notification), But I never used web-hooks to monitor the analytics of temperature so

Re: Download JAX RS version in Swagger AOS 3.0.0

2018-05-16 Thread Ron Ratovsky
SwaggerHub currently does not support code generation for OAS3. You can reach out to their support to get more information on the timeline for it. From: <swagger-swaggersocket@googlegroups.com> on behalf of "danus...@interblocks.com" <danus...@interblocks.com&

Re: Download JAX RS version in Swagger AOS 3.0.0

2018-05-15 Thread danushka
Hi Ron, I'm using Swagger hub online version. https://app.swaggerhub.com Regards, On Tuesday, May 15, 2018 at 10:35:40 PM UTC+5:30, Ron wrote: > > Are you using the online editor or SwaggerHub? > > > > > > > > *From: *<swagger-sw...@googleg

Re: Download JAX RS version in Swagger AOS 3.0.0

2018-05-15 Thread Ron Ratovsky
Are you using the online editor or SwaggerHub? From: <swagger-swaggersocket@googlegroups.com> on behalf of "danus...@interblocks.com" <danus...@interblocks.com> Reply-To: "swagger-swaggersocket@googlegroups.com" <swagger-swaggersocket@googlegroups.co

Download JAX RS version in Swagger AOS 3.0.0

2018-05-14 Thread danushka
"Swagger" group. To unsubscribe from this group and stop receiving emails from it, send an email to swagger-swaggersocket+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.

The requestBody doesn't show in swagger

2018-05-14 Thread spieljs
: '200': description: things generated -- You received this message because you are subscribed to the Google Groups "Swagger" group. To unsubscribe from this group and stop receiving emails from it, send an email to swagger-swaggersocket+unsubscr...@googlegroups.com

Unable to implement swagger 2.0 (aka OpenAPI 3.0) with JAX-RS-2.0 on weblogic 12.2.1.3

2018-05-12 Thread Chaitanya Joglekar
Hi, *I am using swagger-core 2.0 with jersey JAX-RS-2.0 in order to generate REST API's specifications. I have integrated swagger 2.0 with JAX-RS by following the steps given in-* https://github.com/frantuma/swagger-core/wiki/Swagger-2.X---Integration-and-configuration * and I have also

Flask-Restplus-Swagger, how to export the documentation?

2018-05-11 Thread Chun Zhang
Hi, All, I am fairly new to Python/Flask/Restplus/Swagger, well in fact this is my first project using Python. I am using the framework of Flask+Restplus+Swagger. The swagger-ui created beautiful API documentation. However, I got a request to export this documentation to another place

Swagger ui for wcf rest

2018-05-11 Thread Chandan roy
swagger UI. My service URL: *http://localhost:52331/Store.svc <http://localhost:52331/Store.svc>* It will be very help full for me if you find some time and share the steps to display the documentation of my wcf service. Thanks a ton in advance. Cheers, Chandan Roy -- You re

Re: Swagger-codegen code generation question

2018-05-10 Thread Ron Ratovsky
No worries, glad you got it sorted out. From: <swagger-swaggersocket@googlegroups.com> on behalf of Dale Christ <dechrist.ph...@gmail.com> Reply-To: "swagger-swaggersocket@googlegroups.com" <swagger-swaggersocket@googlegroups.com> Date: Wednesday, May

Have anyone integrated swagger springfox implementation with retrofit

2018-05-10 Thread mu . shakhawat . hossain
https://stackoverflow.com/questions/50268233/generate-api-documentation-from-retrofit-client-using-swagger -- You received this message because you are subscribed to the Google Groups "Swagger" group. To unsubscribe from this group and stop receiving emails from it, send an email

Re: Swagger-codegen code generation question

2018-05-09 Thread Dale Christ
Ron-- I found the problem. I didn't set the security in the correct order. Once I did that, everything is working perfectly. I hate being a rookie again. Thanks for answering. --Dale On Monday, May 7, 2018 at 6:24:22 PM UTC-4, Ron wrote: > > I assume that by “Swagger 2.9.0” yo

Re: problem while Integrating Swagger with java jax-rs

2018-05-09 Thread Francesco Tumanischvili
Please check out 2.0 wiki at https://github.com/swagger-api/swagger-core/wiki/Swagger-2.X---Getting-started, as providing integration options details along with samples. On Friday, 4 May 2018 06:16:33 UTC+2, kaushal Shah wrote: > > I want to integrate Swagger with into my current maven p

Re: Facing issue while doing Swagger integration to Maven Jaxrs

2018-05-09 Thread Kaushal Shah
it to particular pkg. Thanks, Kaushal On Wed, 9 May 2018 at 07:02, Ron Ratovsky <r...@swagger.io> wrote: > Swagger-core doesn’t generate anything at compile time, but rather exposes > it at runtime. Check the project’s wiki for more details. > > > > > > >

Re: Declaring Abstract Classes in Swagger Specification

2018-05-08 Thread Ron Ratovsky
There isn’t – it doesn’t really make sense. From: <swagger-swaggersocket@googlegroups.com> on behalf of Phanindra Sastry <phanindra.sas...@gmail.com> Reply-To: "swagger-swaggersocket@googlegroups.com" <swagger-swaggersocket@googlegroups.com> Date: T

Re: Facing issue while doing Swagger integration to Maven Jaxrs

2018-05-08 Thread Ron Ratovsky
Swagger-core doesn’t generate anything at compile time, but rather exposes it at runtime. Check the project’s wiki for more details. From: <swagger-swaggersocket@googlegroups.com> on behalf of kaushal Shah <kaushalsm...@gmail.com> Reply-To: "swagger-swaggersocket

Re: INTEGRATING SWAGGER TO JERSEY #HELPP

2018-05-08 Thread Ron Ratovsky
Yes, it’s possible to run maven under eclipse. It exposes the files at runtime, it doesn’t generate files in your filesystem. No, it doesn’t make sense. Jersey doesn’t support JAX-WS, only JAX-RS. From: <swagger-swaggersocket@googlegroups.com> on behalf of Hadi Pranoto <h

Re: How to define abstract property in Model - Swagger

2018-05-08 Thread Phanindra Sastry
Is there a way we can decorate the models as abstract in Swagger Spec 2.0? Thank you. On Tuesday, November 14, 2017 at 3:59:52 AM UTC-5, Gökhan Ayrancıoğlu wrote: > > I am trying to implement Swagger to my rest api which is development with > Java Spring Boot. There is a problem

Facing issue while doing Swagger integration to Maven Jaxrs

2018-05-08 Thread kaushal Shah
Dear All, I am trying to integrate Swagger with My Maven JaxRS. I tried it with jersey and resteasy. But its not working. 1. I added dependencies in pom.xml 2. Added servlet in web.xml 3. Added @API annotation above@Path (Its in interface) But still its not generating any documents. Please

INTEGRATING SWAGGER TO JERSEY #HELPP

2018-05-07 Thread Hadi Pranoto
i have following project structure using New Web Dynamic Project (API Java based). Then i want to integrate it using swagger. i have read this site https://github.com/swagger-api/swagger-core/wiki/swagger-core-jersey-1.x-project-setup-1.5 and it seems like it needs pom.xml. To make the pom.xml

Re: Swagger-codegen code generation question

2018-05-07 Thread Dale Christ
Ron-- Yes, I meant springfox-swagger2 (maven artifact), and it's 2.9.0. And I'm using swagger-codegen 2.3.1, and swagger-codegen-maven-plugin 2.3.1. I'll take another look this evening. --Dale On Monday, May 7, 2018 at 6:24:22 PM UTC-4, Ron wrote: > > I assume that by “Swagger 2.9.

Re: Swagger-codegen code generation question

2018-05-07 Thread Ron Ratovsky
I assume that by “Swagger 2.9.0” you mean Springfox, as there’s no Swagger tool, and not with that version. As for the codegen, are you sure you’re using version 1.3.2? That version also doesn’t exist for the project. As for authentication, it depends on what your API definition has

Re: Swagger-codegen code generation question

2018-05-07 Thread William Thompson
Dale. How is your brother, Jesus? On Mon, May 7, 2018 at 3:12 PM, Dale Christ <dechrist.ph...@gmail.com> wrote: > Everyone-- > > I'm in the middle of putting together my first service-based project using > spring-boot 2.0.1 (secured RESTful services), Swagger 2.9.0, using RES

Swagger-codegen code generation question

2018-05-07 Thread Dale Christ
Everyone-- I'm in the middle of putting together my first service-based project using spring-boot 2.0.1 (secured RESTful services), Swagger 2.9.0, using RESTful controllers , hal browser, etc. I'm using swagger-codegen 1.3.2. to generate a client library that I can use in whatever Java

  1   2   3   4   5   6   7   8   9   10   >