yogdaan / varnan

Analytics Tool for APIs
7 stars 7 forks source link

Discuss : FLASK_RESTful vs FLASK Blueprint #17

Open gabru-md opened 6 years ago

gabru-md commented 6 years ago

Should we use FLASK_RESTful or should we go with FLASK Blueprint for working with Varnan?

Blueprint leverages the standard format of building APIs with Flask, and in that case we have easier understanding of what is happening. Blueprint has been used in a lot of projects in many organisations including FOSSASIA.

CC : @xeon-zolt @ParthS007 @r0hit-gupta @Sprinting @xeon-zolt @geekyd

dynamitechetan commented 6 years ago

I don't know about Flask Blueprint much. Let me study.