flask-restx icon indicating copy to clipboard operation
flask-restx copied to clipboard

Pass init kwargs to init_app

Open martincpt opened this issue 2 years ago • 3 comments

I noticed that __init__'s kwargs are currently unused while init_app could use for additional configurations which could added upon object initialization in case an app or blueprint instance added along with them.

Also I removed that old commented super call.

Closes #116

martincpt avatar Mar 23 '23 14:03 martincpt

@martincpt Your pull request seems to address the open issue #116. Perhaps it would be nice to link to the issue?

I would also like this pull request to be merged into the master branch.

StellaContrail avatar Apr 11 '24 16:04 StellaContrail

@StellaContrail would you like me to add a 'Closes' or 'Releated to' link?

martincpt avatar Apr 15 '24 07:04 martincpt

Thank you for your reply. I think 'Close' would be nice.

StellaContrail avatar Apr 15 '24 08:04 StellaContrail