bruceforlearn

Results 6 comments of bruceforlearn

[INFO] io.swagger:my-project:jar:1.0.1 [INFO] \- io.swagger:swagger-inflector:jar:1.0.9:compile [INFO] +- io.swagger:swagger-jersey2-jaxrs:jar:1.5.10:compile [INFO] | \- io.swagger:swagger-jaxrs:jar:1.5.10:compile [INFO] | +- com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:jar:2.4.5:compile [INFO] | | \- org.yaml:snakeyaml:jar:1.12:compile [INFO] | +- org.reflections:reflections:jar:0.9.10:compile [INFO] | | \- com.google.code.findbugs:annotations:jar:2.0.1:compile...

I have config a API on swagger editor. Is this API service working automation? or I need download the API server code (just like spring) and deploy in other Jboss...

@fehguy Hello Sir I only run three commands, after I yum install maven 1. curl -L http://bit.ly/1Pl62pe | project=my-project bash 2. add code to web.xml 3. ./editor.sh and then I...

swagger: "2.0" info: version: 1.0.0 title: title description: description termsOfService: terms host: localhost:8090 paths: /Assurance/v1/Place/20416436103/Customer/1-7MWK-3013/Devices/: get: produces: - application/json responses: '200': description: Ok schema: type: array items: $ref: '#/definitions/DeviceArray' /assurance/v1/Customer123/places:...

Hello @fehguy I write a API and download it as nodejs from inflector but it response [ "" ] what happened? is it a issue ?

> Found out I had the same problem today the hard way > > Also if I set a token (which is obviously better), then I have to manually update...