Flask RestPlus v0.4.0 Release Notes

    • Port to Flask-Restful 0.3+
    • 0️⃣ Use the default Blueprint/App mecanism
    • 👍 Allow to hide some ressources or methods using @api.doc(False) or @api.hide
    • 👍 Allow to globally customize the default operationId with the default_id callable parameter