bluish5

Results 7 comments of bluish5

Hello @ajburley, I'm new to GIT. How can I add oplarshad's fork of cardslib to my Android Studio project? Thank you!

No, I downgraded to a previous version of Android Studio...

Oh my god... I worked many hours for setting up integration between Maven, Jersey, Swagger, Swagger UI... for documenting my WS and now I discover that there is such a...

At least someone understood if the problem is in the swagger.json generated by Swagger Core or in the way that Swagger UI interprets it? Just to find where we could...

Thanks to these posts: - https://stackoverflow.com/a/14265494/505893 (a simple technique to define your customized swagger.json) - https://github.com/swagger-api/swagger-ui/issues/4650#issuecomment-640815541 (how to correct swagger.json) I solved the problem with this workaround, waiting for the...

Thank you @JeroenHeemskerk, your workaround works and is simpler than mine! For my own reference I report it in JSON format. When Swagger writes a block like this: ``` "200":...

Hi @Aravinda93, my solution is to edit the generated YAML (or JSON in my case) file, after it has been generated. You save it with a different file name and...