xiaodongw / swagger-finatra

Finatra Swagger Support
Apache License 2.0
46 stars 45 forks source link

Support 2.8 prefix route #31

Open devshorts opened 7 years ago

devshorts commented 7 years ago

2.8 supports api route prefixes. It'd be great to support this feature as well

xiaodongw commented 7 years ago

Hi @devshorts, this project was created when I was using Finatra. Now I do not use it anymore, it's hard for me to track changes from Finatra and add new features.

Please feel free to provide a PR for it.

Actually I'm hoping someone can take over this project, let me know if you are interested, thanks.

jakehschwartz commented 7 years ago

@xiaodongw I am interested in taking over the project!

calvertj commented 7 years ago

What's the status of this issue? Is anyone taking over this project?

jakehschwartz commented 7 years ago

I have a fork here: https://github.com/jakehschwartz/finatra-swagger

I have made some changes so its not completely backwards compatible with xiaodongw's version. The README has a simple set up example that should explain the changes.

Feel free to create the issue there and submit a PR!