Jiacheng Zhang

Results 17 comments of Jiacheng Zhang

I was looking for Swagger documentation page as well but no luck, so I created [SwaggerUI](https://github.com/jiachengzhang1/SwaggerUI) and [SwaggerMarkdown](https://github.com/jiachengzhang1/SwaggerMarkdown) which are similar to [swagger-ui-express](https://github.com/scottie1984/swagger-ui-express) and [swagger-jsdoc](https://github.com/Surnet/swagger-jsdoc). The idea is that SwaggerMarkdown...

@essenciary Both UI and Markdown can be tagged as v1 at this point, I was distracted by other stuff, so I didn't have chance to release them. I will release...

@jmrozanec has this feature been completed yet? I implemented something similar for work, I'd like to continue contributing on this if help is still needed.

@AbhimanyuAryan Because SwagUI just builds a html file for the Swagger page, it doesn't really do much. Couple things could be interesting IMO, 1. Add functionality similar to [Swagger Editor](https://editor.swagger.io)...

I can take a look at this

@essenciary Finally have free time to work on this. I created a package for oauth2 (Google and GitHub at the moment). It's entirely decoupled from Genie, which users can use...

@AbhimanyuAryan exactly, that's what I had in mind. Ultimately, it'd be great if customized strategies can be added too.

@AbhimanyuAryan `@google_str` is not part of the package, it seems that other part of the code is using it. Are you able to run the `test.jl`?

@AbhimanyuAryan it seems to be an issue with `HTTP`, I'm using HTTP 1.0, but `Genie` compacts 0.8 and 0.9, let me test it with older versions Update: HTTP 0.8 and...

> The right way to fix this issue might be to set up JupyterHub on an EC2 instance (Amazon's virtual server service). > > Documentation for JupyterHub can be found...