Re: sbt assembly error

2017-12-12 Thread Rishi Sharma
Has anyone got a solution for this issue? I would need a help on this. On Thursday, 3 July 2014 09:32:39 UTC+5:30, Arun S wrote: > > I have cloned swagger codegen from > https://github.com/wordnik/swagger-codegen and followed the > Prerequisites... when I give 'sbt assembly' it gives Error: cann

Re: Java to JSON to HTML?

2017-12-12 Thread Ron Ratovsky
It really depends on which REST framework you use in Java. Jersey? RESTEasy? Spring? Something else? From: on behalf of "rpa...@zymergen.com" Reply-To: "swagger-swaggersocket@googlegroups.com" Date: Tuesday, December 12, 2017 at 19:13 To: Swagger Subject: Java to JSON to HTML?

Java to JSON to HTML?

2017-12-12 Thread rparks
Hello, I'm new to Swagger, and although I've done some trivial Java coding, I'm not a "real" programmer. My goal is to convert Java annotations that define a REST API to a JSON file, and then convert the JSON file to HTML documentation for the API. There's lots of information about what the JSO

Re: Swagger UI & PDF endpoints

2017-12-12 Thread Ron Ratovsky
It’d be hard to tell without seeing the API definition. Please file a ticket with Swagger-UI with the details requested in the template. From: on behalf of Nicholas W Reply-To: "swagger-swaggersocket@googlegroups.com" Date: Tuesday, December 12, 2017 at 14:24 To: Swagger Subject: S

Looking for ReactJS Developer-San Francisco CA

2017-12-12 Thread Bhanu Pandey
Hi, I am looking for four ReactJS Developer for San Francisco CA. All these openings are for Long Term Assignment. Please connect with me at *E-Mail:* bh...@resource-logistics.com OR *Phone* : 732-553-0566 *Ext.* 27 OR *LinkedIn:* https://www.linkedin.com/in/ bhanupandey/

Looking for Immediate Hire-Key Skills- Lumen & PHP & Silex

2017-12-12 Thread Bhanu Pandey
*Preferred Qualifications*:  · For the Web Services, Restful Web Services and PHP as the main language. · PHP Unit. · Apache Web services engine. · Silex *Web framework*. · Lumen *PHP Micro-Framework.* Please connect with me at *E-Mail:* bh...@resou

Swagger Model Definitions to json example structure

2017-12-12 Thread mlacours
I am using Nodejs with swagger and need an easy way to convert a swagger model definition to a valid json structure. Like in the swagger us when you do the 'try it' feature the example is populated. Is there some simple code to do that translation? For example given the following model: { i

Swagger UI & PDF endpoints

2017-12-12 Thread Nicholas W
- AspNetCore 2.0.1 (WebAPI project) - Using Swashbuckle.AspNetCore 1.1.0 - Chrome v 63.0.3239.84 We have a controller endpoint that looks like this: [HttpGet("{id:Guid}")] public async Task Get(Guid id) { try { var docBytes = await _service.GeneratePdfAsync(id).Configur

Re: Automatic Documentation Generation

2017-12-12 Thread Maria Kim
I just mean an API spec that is written according to the OpenAPI standard. For documentation, I mean a description of the API and API services for consumers. I'm specifically looking for a dynamic version (which I guess would be the spec in Swagger UI), and also a static version, something that can

Re: Use Cases for Swagger Editor/UI/Codegen?

2017-12-12 Thread Maria Kim
Thanks, Ron. That really clears it up for me! Maria On Mon, Dec 11, 2017 at 7:26 PM, Ron Ratovsky wrote: > Your descriptions are pretty much right. > > > > There’s no overlap between the tools as they use each other. > > The Editor uses the UI for rendering (so you can get live feedback of wh

Re: configurable authorizationUrl

2017-12-12 Thread Nicolae Marasoiu
Hi again, The authorizationUrl from @SwaggerDefinition (securityDefinition) must be a compile time constant in Java/Scala, just because any value of an annotation needs to be evaluated at compilation. However, we may need for a different set of administrators and settings in each env (dev, qa,