You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using version 1.0.0b1 when trying to call create_api_blueprint I get
File "/opt/conda/lib/python3.6/site-packages/flask_restless/manager.py", line 715, in create_api_blueprint
view_func=relationship_api_view)
File "/opt/conda/lib/python3.6/site-packages/flask/blueprints.py", line 206, in add_url_rule
assert '.' not in view_func.name, "Blueprint view function name should not contain dots"
AssertionError: Blueprint view function name should not contain dots
stephen-bunn, TheRealFalcon, viiicky, leilacintrao, pedroprates and 4 more