Relative path in OAuth 2.0 authorizationUrl is allowed in OAS 3?

2017-12-04 Thread Yuto SASAKI
Hi, I've found that the doc says The authorization URL to use for this flow. Can be relative to the API > server URL > . > at https://swagger.io/docs/specification/authentication/oauth2/ , and Swagger Editor does not complaint

Swagger-Editor generated Java Client and client-authenticated SSL?

2017-12-04 Thread O haya
Hi, I am using Swagger-Editor and using that to generate a Java client. However, our API requires client-authenticated SSL (i.e., the client side has to send a client certificate to the API/server-side). Can Swagger-Editor generate Java code to support this, i.e., can we specify that the API

Re: New to Swagger environment and question about Swagger-Editor vs. codegen?

2017-12-04 Thread O haya
Hi, Actually, I now tried to import the project that was created by swagger-editor, after unzipping it, into Eclipse as a Maven projects, and it imported and also built with no error. I also tried deleting the gradle dir in that project and it built correctly, so it seems like the project is

How to integrate https://ev-app-api-v2.tingcore-infra.com/swagger-ui.html processwith wordpress site

2017-12-04 Thread Arun Kumar
Hi guys, our team is working on electric vehicle charging map option to be integrated in wordpress site. so we need references and demos if available. how does the process works upon. so we are new to swagger app our client provided us with the following reference link for EV charging app ,

Is there a way to do OAuth2 implicit flow in latest release of Swagger UI?

2017-12-04 Thread Nicolae Marasoiu
Hi, I have a question: Swagger UI provides an integration with OAuth2 implicit flow so that Swagger UI can send an access token to the endpoints and thus authorize the HTTPS requests it generates. I could not find the manner in which to configure the URL of the authorization server. A few