Martin Trapp
Martin Trapp
> Figured it out... > > I need to create api after the routes section Yes, you should either define it before creating the Api instance, or alternatively you can...
@osmanaygun haven't had time to figure this out yet. I suppose there is a python image comes with pre-build gcc. Maybe try alpine or (non-slim) bullseye, see if that works....
Would love to see this getting merged. Any update on this?
same issue here
> I would also suggest add at least one test for added functionality. Unfortunately, I wasn't able to run the tox command on this project and since I couldn't figure...
Would love to see this getting merged. Probably closes #798
I just ran into the same issue. The root problem is that you "merge" your blueprints by not defining the url_prefix, which is the same what I did as well....
Update: I was able to access both of my docs without using url_prefix but using different swagger file name and doc path with default_swagger_filename parameter.
I experience the same regarding the Wildcards. Marshaling either fails with an error - while Wildcarded model has correct swagger documentation - or marshaling works fine but then it really...
@StellaContrail would you like me to add a 'Closes' or 'Releated to' link?