Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update extension.py to support Blueprint Name in init #167

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Oct 7, 2019

  1. Update extension.py

    Adding APISPEC_BLUEPRINT_NAME, to prevent Error:
    
    AssertionError: A name collision occurred between blueprints <flask.blueprints.Blueprint object at 0x11f474cc0> and <flask.blueprints.Blueprint object at 0x11ee7b898>. Both share the same name "flask-apispec". Blueprints that are created on the fly need unique names.
    
    When trying to create 2 separate swagger endpoints for a set of resources. (i.e Public and Private)
    waldobeest authored Oct 7, 2019
    Configuration menu
    Copy the full SHA
    805f132 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2019

  1. allowing for custom Blueprint

    Waldo Boshoff committed Oct 10, 2019
    Configuration menu
    Copy the full SHA
    698e3a2 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2023

  1. Configuration menu
    Copy the full SHA
    b0826af View commit details
    Browse the repository at this point in the history