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

Use Blueprints to make the api endpoints look neater and easier to manage #889

Closed
carpecodeum opened this issue Feb 15, 2020 · 3 comments
Closed

Comments

@carpecodeum
Copy link

Is your feature request related to a problem? Please describe.
Currently the structure of api's in the server.py file is very unmanageable and very clustered.

Describe the solution you'd like
Using blueprints to make the api endpoints look cleaner and well organized.

Additional context
I suggest to create a views folder in which the download and user endpoints reside in different files and get registered in the server.py file.

@carpecodeum
Copy link
Author

@JaDogg @kmehant what are your views on this?

@JaDogg
Copy link
Collaborator

JaDogg commented Feb 15, 2020

Good idea.

@carpecodeum
Copy link
Author

@JaDogg Thank you I will start work on it!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants